C# (CSharp) MimeKit MultipartAlternative - 7 examples found. These are the top rated real world C# (CSharp) examples of MimeKit.MultipartAlternative extracted from open source projects. You can rate examples to help us improve the quality of examples.
A multipart/alternative MIME entity contains, as one might expect, is used to offer a list of alternative formats for the main body of the message (usually they will be "text/plain" and "text/html"). These alternatives are in order of increasing faithfulness to the original document (in other words, the last entity will be in a format that, when rendered, will most closely match what the sending client's WYSISYG editor produced).