We have purchased ASPOSE Email Product. We have below requirement. Can you please share the code and help us out.
We have one common Email Id configured on Office 365 Exchange server. This common ID will be always in CC and we need to track the first and last email thread (Turn around time) for each email.
For E.g:
Common Email ID : [Common@test.com](mailto:Common@test.com)
Requester Email Id : [Request@test.com](mailto:Request@test.com)
Replies Email Id : [Replies@test.com](mailto:Replies@test.com)
Requester sends email to Replies email ID and keeps Common Email Id in CC.
Replies Responds email by keeping common email id in CC.
We need to track turn around time between requester email id & Replies email ID.
Thank you for contacting Aspose support team.
ExchangeConversation should be used to track such conversations and get all the messages and dates for each conversation separately.
Please give a try to the following sample code and share the feedback with us.