Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Outlook add-in API subset of the Office JavaScript API includes objects, methods, properties, and events that you can use in an Outlook add-in.
Note
This documentation is for a requirement set other than the latest requirement set.
What's new in 1.3
Mailbox requirement set 1.3 includes all of the features of requirement set 1.2. It added the following features.
Added support for function commands. For more information, see Add-in commands.
Added a method to save an item being composed as a draft.
Added a method to close an item being composed.
Added methods to get or set the entire body of a message or appointment. For more information, see Get or set the body of a message or appointment in Outlook.
Added methods to convert item IDs between EWS and REST formats.
Important
Legacy Exchange Online user identity tokens and callback tokens are no longer supported and are turned off across all Microsoft 365 tenants. If an Outlook add-in requires delegated user access or user identity, we recommend using MSAL (Microsoft Authentication Library) and nested app authentication (NAA). Exchange user identity tokens are still supported for Exchange on-premises.
Added a property and methods to add, get, replace, and remove notification messages from an item.
API list
The following table lists the APIs introduced in Mailbox requirement set 1.3. To view API reference documentation for all APIs supported by Mailbox requirement set 1.3 or earlier, see Outlook APIs.
See also
Office Add-ins