Forum Discussion
mukulgoel
Jul 23, 2025Copper Contributor
Outlook Web Addin - Need to set Custom Properties in Compose Mode without using Task Pane
I am working on a feature in outlook web add-in where I need to set one custom property in Compose mode without using task pane this will mark and differentiate my email. Same value I will read in On...
Jaster
Jul 24, 2025Iron Contributor
You can set custom properties in compose mode through add-in manifest configuration plus the Office.js API.
- mukulgoelJul 25, 2025Copper Contributor
I tried to set custom property, but it can only be set via having Task Pane open. Just based on Client-Side JS we can't set it up.