| TextPart(TextFormat) Constructor |
Initialize a new instance of the
TextPart
class with the specified text format.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public TextPart(
TextFormat format
)
Parameters
- format TextFormat
- The text format.
Exceptions Remarks
Creates a new
TextPart with the specified text format.
See Also