Hi, i’m new to UiPath
My understanding was when i use Send Outlook mail message Activity to send e-mail, by default my e-mail details will be shown to end user.
How to configure other person e-mail address, to shown that to end user in uipath ?
If you can access account of another person, you can send email from the account with SendOutlook MailMessage activty.
Or
If you can achieve it by some manipulations to the outlook application, might be able to achieve it to use UiAutomation (Click TypeInto etc)
Let me try to keep it very simple
The thing is if we are using outlook activity it will send the mail based on what is configured in your outlook
If your account is set as default one to send mails then bot sends through the same
If any other account is set as default then it reflects the same
There is one more way with outlook activity with INPUT property. Where we have ACCOUNT and SENDONBEHALFOFNAME which will send through the account been specified and display with sender name mentioned
Or
To make it very easy and if you know the credentials of another account the one you want to get displayed to end user then go for SEND EXCHANGE MAIL activity where you can pass the username and password of that account so that bot will send the mail from that account through exchange server
It is not connected with outlook configured in your machine and it will work even if outlook is not installed in your machine