Explain - Send Exchange Mail Message

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 ,

  1. Take an assign activity and create a variable strOutputFile.
    strOutputFile=Directory.GetFiles(FileLocation).

  2. Variable type of strOutputFile will be list

  3. Pass this variable in AttachmentsCollection .

I hope this will help you,