How to get the Item ID of mails in "EXCHANGE MAIL messages" activity in uipath...?

Hi all…

i am getting all the attachments from a mail folder and saved it in a folder. I need to get the ITEM IDs of each mail so that if any error occurred in further processing i need to mark that mail as unread.

If you know how to achieve this… Please reply…???

@jishnupnair1996

If you are having the mail attachments in list, list.indexof(mail message) will give you the index

No bro, i want the item id of mail… I got it now not a problem…

mail.Headers(“UID”) this will solve my problem…

1 Like

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