Click or drag to resize
MimeKit

MimeFormat Enumeration

The format of the MIME stream.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public enum MimeFormat
Members
Member nameValueDescription
Entity0 The stream contains a single MIME entity or message.
Default0 The default stream format.
Mbox1 The stream is in the Unix mbox format and may contain more than a single message.
Remarks
The format of the MIME stream.
See Also