| ContentTypeFormat Property |
Get or set the format parameter.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string Format { get; set; }
Property Value
StringThe charset.
Remarks
The format parameter is typically use with text/plain
MimePart
entities and will either have a value of
"fixed" or
"flowed".
See Also