Issue when read headers from outlook mail

Hi Everyone.

I have faced the issue when want to got the received date of the outlook mail as attached pictures.

Anyone have any suggest for this?

Thanks you very much!


Hi @Mr.H

Can you explain where is the issue to find a solution for it

1 Like

Hi,

If you need to get an email receiving date you can try this: MailMessage.DateAsDateTime.ToString(“ddd HH:mm tt”)

1 Like

Hi Bro.

Sorry.

I have used “MailMessage.Headers(“Date”).ToString” but it return error: “Message Box: Object reference not set to an instance of an object.”

Can you share the sequence to check where is the issue

Hello @Mr.H

Usually mailVar.Headers(“Date”) should give you the result. But i doubt in the get mail message activity the email is not received.

1 Like

Thanks you everyone.

I have downgraded the Uipath.Mail.Activities package and OK

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