0 votes
by (190 points)
edited

Hi,

Your Rebex secure mail tool is very good for mail read functionality, but we have requirement like while reading reply/forward mail message, that message is getting with history (chain message), I just want to get only reply/forward message excluding the history.

Are there any properties or ways to get only reply message using Rebex imap tool.

Thank you. shekhar.

Applies to: Rebex Secure Mail

1 Answer

0 votes
by (58.9k points)
edited

Rebex Secure Mail does not currently offer the mail history cut-off funcionality, and we are not planning to add it in the near future because it would be too complicated and the demand seems to be pretty low. Sorry!

So, currently we cannot offer you anything more then the MailMessage.BodyHtml and MailMessage.BodyText properties from which you would have to extract the top message yourself by your custom algorithm.

The question on how to parse email content from a quoted reply in C# has already been discussed at Stack Overflow general programmers forum.

...