Exchange Mail Activity

How To Create Draft Email And Save On Local Machine Using Exchange Mail Activity??

1 Like

Fine
hope these steps would help you resolve this
–use GET EXCHANGE MAIL ACTIVITY and get the list of mail message from Draft folder by mentioning the folder property as “Draft” in the property panel of get exchange mail activity
–then use FOR EACH activity where pass the output of the above activity and in the property panel along the type argument mention as System.Net.Mail.Mailmessage and ----inside the loop we can use SAVE MAIL MESSAGE ACTIVITY where in the mail property mention as item as that is the variable from for each loop which holds the mails from draft folder and inthe folder path mention the folder path as a string between double quotes

hope this would helpyou @vicky1
Cheers

Thanks for the reply,

I have already tried this things, But unfortunately its not working
Error : System.AggregateException

Thanks @Palaniyappan

Hi ,
Can we take the message stored in local system and create mail message object so that variable can be used later in moving the message from one folder to another in the exchange?

1 Like

Yah with this
https://go.uipath.com/component/mail-message-converter

Cheers @Krutika_Kotkar