Dear Aspose Team,
I would like to read MSG files that contain multiple reply rounds of a conversations.
Is there a way using the API to separate parts of the long full mail into smaller pieces that were the individual mails replying to one another?
For example I have a mail like this:
To:X
From: Y
Subject: Re:Re:AW: Test mail
EmailBody01
>>To:Y
>>From: X
>>Subject: Re:AW: Test mail
>>EmailBody02
...
And the goal would be to get a message that contains only EmailBody01, and another one with EmailBody01, both having the correct headers and such.
I know that reply mails can be constructed with Aspose. The questions can it do the reverse to this? And if so, how robust it is? There are many 'standard' ways to construct a reply message. Can Aspose handle some of these?
Thank you for your answer in advance.
Best regards,
Gergely Vándor
I would like to read MSG files that contain multiple reply rounds of a conversations.
Is there a way using the API to separate parts of the long full mail into smaller pieces that were the individual mails replying to one another?
For example I have a mail like this:
To:X
From: Y
Subject: Re:Re:AW: Test mail
EmailBody01
>>To:Y
>>From: X
>>Subject: Re:AW: Test mail
>>EmailBody02
...
And the goal would be to get a message that contains only EmailBody01, and another one with EmailBody01, both having the correct headers and such.
I know that reply mails can be constructed with Aspose. The questions can it do the reverse to this? And if so, how robust it is? There are many 'standard' ways to construct a reply message. Can Aspose handle some of these?
Thank you for your answer in advance.
Best regards,
Gergely Vándor