Issues with latest packages of Mail

When trying to access the header “Date” in a mailmessage which gives us the date and time at which the email was received, the value returned is empty. This was not the case with the previous version of UiPath.Mail.activities. I cross verified it by downgrading it to the previous version.

Hey @svinjamuri

Please raise it from the feedback category for quick help from UiPath team.

Thanks
#nK

Hello @svinjamuri

Did you updated to the latest version of mail package?
With the latest update we have seen similar kind of queries in another posts.

Hi @svinjamuri

Could you please share the Mail activity package versions that have this issue?

Hi Maciej, witam,

this problem occurs also on my side, I needed to grade back down to version “1.13.1-preview” of the package UiPath.Mail.Activities. It was really great if that issue could be solved within one of the next versions.

Regards, Pozdrawiam :wink:

Update:
The value, when a mail was sent is also available with up to date packages of UiPath.Mail.Activities by another way. Simply use the function .DateAsDateTime.ToString and it will deliver the date of the mail within the object variable. I haven’t verified if this is working for all ofthe header values wich aren’t provided by the mail package since 1.13.1 version, but it’s worth to try it the same way.