# NewEmailOptions

**Kind**: interface | **Module**: [Outlook](https://docs.interop.io/adapters/reference/javascript/outlook/index.md)

**Source**: https://docs.interop.io/adapters/reference/javascript/outlook/newemailoptions/index.html

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

## Properties

- **`displaySettings`** (`{ left?: number; top?: number; width?: number; height?: number; action?: string; actionDelayMSecs?: number; }`, optional)
  Display settings for the Outlook item window.
- **`onCanceled`** (`() => any`, optional)
  Callback which will be executed on cancel.
- **`onSent`** (`(email: Email) => any`, optional)
  Callback which will be executed on send.

## Related types

- [Email](https://docs.interop.io/adapters/reference/javascript/outlook/email/index.md)
