I want to strip the entire past mails to get the original mail body without any quotations using MailKit/MimeKit.
Getting the mails (via IMAP) is already done and working fine. But in case of a replying mail, the history of the written mails should be completely removed to get the original mail body by itself. The mainly used mail client is Outlook (customer), but also Thunderbird is in use of the support team.
I know, that there is this question, but this solves only the part for building the mail body for a reply (with all existing messages as quotation).
This functionality would be used for a ticket system.
How would you folks handle the deletion of the quotation from outlook?
(And maybe a more Outlook behavior of adding the existing mails as a quotation)