I am parsing an email using MimeKit on C#. The HTMLBody contains the entire thread of email replies. Is there are way to extract just the latest HTMLBody of the email in MimeKit?
MimeKit doesn't provide any way to do this because it's not specified by any MIME specifications.
You'll have to come up with your own solution to do this because every mail client generates different HTML.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more