How to get sent date of email

Hello @jmsphlp

Could you try with a Get Outlook Mail Messages activity to extract the mails from your Sent items folder?
And then use a regular For Each on the MailMessages variable.

I can extract date of my sent items in this way.

currentMailMessage.Date

Regards
Soren

1 Like