Save a reply email as a Draft

Hello All,

I need a help in drafting a reply email in outlook through UIPATH. I already know that send email message has an option to draft the mail in the drafts folder using “IsDraft” checkbox, however it doesn’t have the header which comes when you reply an email. We are looking for this solution for a implementation in business and would like to know if this is possible using UIPATH. Please suggest.

Thanks
Raji

Hi @RajiP,
I assuming You have some soultion to check if new email arrived.
Try passing header to variable then in send email activity pass this variable to header.

Regards,
Aleksander

Hi @Alko,

Could you please give some examples? I am trying to add header to the send outlook email message and it gives me the below email in the draft

Reply to the email System.Net.Mime.HeaderCollection

Thanks
Raji