How to get details of multiple email in a single email thread

Need to collect details like to, from, email signature and time, of multiple emails in an email thread.
Is there is any method to collect full details of that email?

Thanks for the help in advance.

Hi @anilkrishnaraj

Use get outlook mail message and loop it in for each item in mail message

use item.from.tostring,item.To.String,item.DateTime and for signature try this

Thanks
Ashwin S

1 Like

Thanks @AshwinS2

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