Click or drag to resize
MimeKit

TextPartFormat Property

Get the text format of the content.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public TextFormat Format { get; }

Property Value

TextFormat
The text format of the content.
Exceptions
ExceptionCondition
ObjectDisposedException The TextPart has been disposed.
Remarks
Gets the text format of the content.
See Also