Mime |
public override string ToString()
Exception | Condition |
---|---|
ObjectDisposedException | The MimeEntity has been disposed. |
Returns a String that represents the MimeEntity for debugging purposes.
Caution |
---|
In general, the string returned from this method SHOULD NOT be used for serializing the entity to disk. It is recommended that you use WriteTo(Stream, CancellationToken) instead. If this method is used for serializing the entity to disk, the iso-8859-1 text encoding should be used for conversion. |