Click or drag to resize
MimeKit

ContentTypeFormat Property

Get or set the format parameter.

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

Property Value

String
The 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