Plzz suggest solution

I am using get outlook mail messages activity. And I want extract email recieved date. How I can extract… UiPath using c sharp

Hi @Rahulthombare

EmailVariable.ReceivedDateTime will give the received date and time

Hi @Rahulthombare
Try this

mailVar.Headers(“Date”)

Hope this might help you :slightly_smiling_face:

This gives empty value

This is not appeared recieved date time when I used

Hi @Rahulthombare

Please try this inside the for each mail:

CurrentMail.Headers("DateRecieved")

Hope this helps,
Best Regards.

1 Like

Try like this

cheers,