Outlook add-in API requirement set 1.4
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?
Requirement set 1.4 includes all of the features of requirement set 1.3. It added access to the Office.ui
namespace.
Change log
- Added Office.context.ui.displayDialogAsync: Displays a dialog box in an Office application.
- Added Office.context.ui.messageParent: Delivers a message from the dialog box to its parent/opener page.
- Added Dialog object: The object that is returned when the
displayDialogAsync
method is called.
See also
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Office Add-ins