Trying to iterate over emails in Inbox folder via For Each and filters.
But how do I reference the current email being iterated?
Output is number of emails processed not Office365Message object
Trying to iterate over emails in Inbox folder via For Each and filters.
But how do I reference the current email being iterated?
Output is number of emails processed not Office365Message object
Inside for each you can use currentmail to access the current mail being iterated
Cheers
Thanks, CurrentEmail
shows as correct Office365Message object.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.