How to send an outlook email through a group account?
-
Configure the shared mailbox as a separate account in Outlook, pass the account name in the “Account” property
-
you can create a custom activity for this
https://stackoverflow.com/questions/44639791/sending-email-using-ews-in-c-sharp-from-shared-mailbox
https://www.experts-exchange.com/questions/28998362/Sent-email-using-Shared-Mailbox-from-outlook-in-C.html#answer41982655-20
For custom activities, you can refer to link:
You will have an example of how it develops …
@JoeV If you already have group account configured in your outlook just use send outlook Mail message activity and specify the visible account name as in outlook in the Input account property as shown below.
Note that just configuring the outlook mailbox in the system won’t work, you need to have rights granted to send email from a shared account.
Thanks for your prompt response.
I tried it that way but I get an error because it does not find the group account.
Or have a special configuration in outlook?
Hi put your group account email adress in thé field send on behalf. Put your own account in thé regular account field. This should work. @JoeV
Thank you very much, it worked for me.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.