Mime |
public override string ToString()
Returns a String that represents the MimeMessage for debugging purposes.
Caution |
---|
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. If this method is used for serializing the message to disk, the iso-8859-1 text encoding should be used for conversion. |