Outlook Mail Datw

Hi all,

I have once scenario where I need to read the Outlook Mail.
Then in loop, I need to go with only that email that is of current date mail.

Thanks

Hi @SP_Bot

Follow this:



Hope it helps!!
Happy Automation :uipath:

1 Like

@SP_Bot

DateTime.Parse(currentMailMessage.Headers("Date")).Date = DateTime.Now.Date
1 Like

Hi @SP_Bot

Check this

Regards,

1 Like

Thanks @Nawazish_Ahmad @rlgandu
Both of your solution worked.

Thanks @lrtetala for Informative documentation. Currently I need to use in IF Condition.

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