Reply to mail (office 365) activity for saved .eml file

Hello!
We have a saved .eml file which has been saved via the Save Mail Activity. We would like to reply to it via Reply to Mail (Office 365 Activity). So we are looking for a way to read the EML file as Office365Message DataType to be able to reply to it. Currently we have already tried with this custom activity Read Email from Saved File to Object - RPA Component | UiPath Marketplace . Unfortunately without success, the Reply to Mail (Office 365 Activity) gives the error message: “Reply To Outlook Mail Message: Invalid Mail Message”. Have you ever tried something similar? Is there any solution for this?

Many greetings
Marcus

Hi @marcus.vg

What you can try is get the mail details from .eml file and use get mail with filter query to get the corresponding mail and then use reply to on that mail.

If filter query doesnot work because of big text then use get mail with filter on sender and then use if condition to check the mail details to get the correct email

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.