Search code examples
outlookoffice365-appsoutlook-web-addins

How do I change an email subject and other properties with an Outlook Web add-in?


Is it possible to change the email subject with an Outlook Web add-in? What about email category or other properties?


Solution

  • Yes, you can change the subject using the Subject.setAsync method. See Mailbox API for more information about APIs.

    Also you may find the Understanding the JavaScript API for Office section helpful.