Hi,
Can somebody explain about send exchange mail?
I need to send an mail with one attachement.
What are the main properties?
Please help.
Regards,
Sharu
Hi,
Can somebody explain about send exchange mail?
I need to send an mail with one attachement.
What are the main properties?
Please help.
Regards,
Sharu
Hi @sharu_priya ,
Server, Domain, User and password are mandatory fields.
For attachments, you ca click on collection and pass file path as string.
If you have any html content in mail body, check isHtmlBody.
For more info:
https://docs.uipath.com/activities/other/latest/user-guide/send-exchange-mail
Hope this helps.
Hi ,
Take an assign activity and create a variable strOutputFile.
strOutputFile=Directory.GetFiles(FileLocation).
Variable type of strOutputFile will be list
Pass this variable in AttachmentsCollection .
I hope this will help you,