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