Outlook add-in API requirement set 1.11
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.11?
Requirement set 1.11 includes all of the features of requirement set 1.10. It added the following features.
- Added new events for event-based activation.
- Added SessionData APIs.
Change log
Added Office.context.mailbox.item.sessionData: Adds a new property to manage the session data of an item in Compose mode.
Added Office.SessionData: Adds a new object that represents the session data of a compose item.
Added new events for event-based activation: Adds support for the following events.
OnAppointmentAttachmentsChanged
OnAppointmentAttendeesChanged
OnAppointmentRecurrenceChanged
OnAppointmentTimeChanged
OnInfoBarDismissClicked
OnMessageAttachmentsChanged
OnMessageRecipientsChanged
Added Office.AppointmentTimeChangedEventArgs: Adds an object that supports the
OnAppointmentTimeChanged
event.Added Office.AttachmentsChangedEventArgs: Adds an object that supports the
OnAppointmentAttachmentsChanged
andOnMessageAttachmentsChanged
events.Added Office.InfobarClickedEventArgs: Adds an object that supports the
OnInfoBarDismissClicked
event.Added Office.RecipientsChangedEventArgs: Adds an object that supports the
OnAppointmentAttendeesChanged
andOnMessageRecipientsChanged
events.Added Office.RecurrenceChangedEventArgs: Adds an object that supports the
OnAppointmentRecurrenceChanged
event.
See also
Office Add-ins