Click or drag to resize
MimeKit

TextPart(TextFormat) Constructor

Initialize a new instance of the TextPart class with the specified text format.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public TextPart(
	TextFormat format
)

Parameters

format  TextFormat
The text format.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionformat is out of range.
Remarks
Creates a new TextPart with the specified text format.
See Also