Hi,
Is there any way I can fetch Outlook Email received date and time?
I tried mailVar.Headers(“Date”) but it is returning empty string.
Hi,
Is there any way I can fetch Outlook Email received date and time?
I tried mailVar.Headers(“Date”) but it is returning empty string.
Hey!
It suppose to give you the date…
Could you please check it in the output panel or Immediate panel?
And also could you please show us the flow here?
Regards,
NaNi
I read same problem on uipath forum and people saying this doesnt work now.
Hey!
Try this…
Item.Headers(“Plain text”)
And check what we can extract fro here
Regards,
NaNi
The output is empty
Item.Headers(”DateReceived”)