Hello there,
With the help of below thread I am able to get outlook mailbox of logged in user where I can get mail body, subject, ConversationTopic,CreationTime,Importance,LastModificationTime,Saved,Size,Subject,UnRead,RetentionExpirationDate etc details in CSV
https://blogs.technet.microsoft.com/heyscriptingguy/2011/05/26/use-powershell-to-data-mine-your-outlook-inbox/
My requirement is to get a same result for list of mail id in remote fashion. i.e. I am having a email IDs in a text file & my script need to get each ID one by one & save details in a single sheet of csv workbook.
Thanks in advance for all support.