Hi
@weam samaraThere is not action at this moment for save the eml , but it is easy to create a new one.
Message m =_rclient.GetMessage((int)MessageNumber);
FileInfo info = new FileInfo(path);
m.Save(info);
Is really similar to the action "Get Message". You need to indicate the message id in the variable "MessageNumber" and put the save path in the variable "path"
Then you can send the saved mail with the action "Send Message" adding this as an attachment.
Hope this helps you!
See you in the Community, bye!
------------------------------
Pablo Sarabia
Solution Manager & Architect
Altamira Assets Management
Madrid
------------------------------