Outlook add-in API requirement set 1.2
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.2?
Requirement set 1.2 includes all of the features of requirement set 1.1. It added the ability for add-ins to insert text at the user's cursor, either in the subject or the body of the message.
Change log
- Added Office.context.mailbox.item.getSelectedDataAsync: Asynchronously returns selected data from the subject or body of a message.
- Added Office.context.mailbox.item.setSelectedDataAsync: Asynchronously inserts data into the body or subject of a message.
- Modified Office.context.mailbox.item.displayReplyAllForm: Added
attachments
property to theformData
parameter. - Modified Office.context.mailbox.item.displayReplyForm: Added
attachments
property to theformData
parameter.
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