Skip to main content

Options for creating a new email, including callbacks and display settings.

Properties (3)

Property Type Default Required Description
displaySettings⚓︎ { left?: number; top?: number; width?: number; height?: number; action?: string; actionDelayMSecs?: number; } x x

Display settings for the Outlook item window.

onCanceled⚓︎ () => any x x

Callback which will be executed on cancel.

onSent⚓︎ (email: Email) => any x x

Callback which will be executed on send.