Outlook add-in API requirement set 1.15

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.

What's new in 1.15?

Requirement set 1.15 includes all of the features of requirement set 1.14. It added the following features.

  • Added support for radio buttons to format reporting options in the integrated spam-reporting dialog.
  • Added support to include a "Don't show this message again" checkbox in a spam-reporting dialog that doesn't require input from a user.
  • Added support to open a task pane from a spam-reporting dialog.
  • Added support for Markdown to format error messages in a Smart Alerts dialog.
  • Added support to run a function from the Smart Alerts dialog.
  • Added a method to programmatically send a mail item.
  • Added a method to load a single message from multiple selected messages to get its properties or perform operations on it.
  • Added an event that occurs when an add-in's task pane is opened from an actionable message, InsightMessage notification, Smart Alerts dialog, or an integrated spam-reporting dialog.
  • Added support for Base64-encoded attachments in reply forms.

Change log

See also