How to mail a saved .eml message file?

How can i mail a .eml message file? Wich i got with te activity : Get outlook Mail Messages.

https://go.uipath.com/component/read-email-from-saved-file-to-object

use Save mail Message activity. It will be saved as .eml file

Use Get Outlook Mail messages.
In Output, you’ll get a list of mail messages.
Iterate with for each loop and save each mail message using Save mail message Output.

do you want to resend the .eml file as an attachment? if so just add the filepath of the .eml file to the attachment collection arguments in the send email activity

1 Like