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
exchangewebservices - Sending email using EWS in c# from shared mailbox - Stack Overflow
Solved: Sent email using Shared Mailbox from outlook in C# | Experts Exchange
For custom activities, you can refer to link:
https://activities.uipath.com/v1.0/docs/creating-a-custom-activity
You will have an example of how it develops …
@JoeV Sorry i do not have anything ready with me
@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?
@JoeV what do you see in the outlook mailbox for the account- the name or the email Id?
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.