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.4
Mailbox requirement set 1.4 includes all of the features of requirement set 1.3. It added the following features.
- Added Office.context.ui.displayDialogAsync to display a dialog box in an Office application. For more information, see Use the Office dialog API in Office Add-ins.
- Added Office.context.ui.messageParent to deliver a message from the dialog box to its parent/opener page.
- Added the Dialog object that's returned when the
displayDialogAsyncmethod is called.
See also
Office Add-ins