Sending RTF body messages to Outlook with MimeKit and Mailkit
Im currently working with MailKit and Mimemessage in sending emails with “plain”,”html” and “rtf” bodies. Although I am having an issue with sending an email with an rtf body. As the email received, converts the rtf content into an attachment of an unknown type. Any suggestions as to how I can work around this? I have attached the code base im working with as well below.