pkesseli
May 21, 2021Brass Contributor
Status:
New
Changing the from/sender address in a Compose Scenario
Hi everyone! Based on a response from the Outlook Add-ins Team - MSFT: https://stackoverflow.com/a/67630922/833060 Our customers use different shared email addresses to communicate with different ...
dabrain555
Jun 01, 2026Copper Contributor
We are also currently developing an Outlook Web Addin, used by organization users that needs to reply from shared department mailboxes instead of personal accounts. Replying to emails regarding different case types in our product, the addin must be able to set the proper mailbox address in the 'From' field, so the users does not have to do it manually.
This action is possible in the COM addin and as our users are replying to a lot of emails daily, this situation occurs frequently every day. Thus, it is an important feature.
We sincerely hope 'Office.From' will be extended with a setAsync() method in the near future !