C# (CSharp) MimeKit MimeMessage.ToString - 5 examples found. These are the top rated real world C# (CSharp) examples of MimeKit.MimeMessage.ToString extracted from open source projects. You can rate examples to help us improve the quality of examples.
Returns a System.String that represents the current MimeKit.MimeMessage.
Returns a System.String that represents the current MimeKit.MimeMessage.
Note: In general, the string returned from this method SHOULD NOT be used for serializing the message to disk. It is recommended that you use WriteTo(Stream,CancellationToken) instead.