About Aman

Website:
aman has written 30 articles so far, you can find them below.

SOLVED – Can Outlook custom properties in an email be viewed by another user?

Developing an add-in that saves custom properties on an e-mail using the “saveAsync” method of the Office-js api: https://docs.microsoft.com/en-us/javascript/api/outlook/office.customproperties?view=outlook-js-preview#outlook-office-customproperties-saveasync-member. You can view the properties if you create the e-mail, save the properties using the add-in and send it to yourself. However, if you send that same email to another user, that user is not able […] Continue reading →