I am using get outlook mail messages activity. And I want extract email recieved date. How I can extract… UiPath using c sharp
EmailVariable.ReceivedDateTime will give the received date and time
This gives empty value
This is not appeared recieved date time when I used
Please try this inside the for each mail:
CurrentMail.Headers("DateRecieved")
Hope this helps,
Best Regards.
1 Like