Click or drag to resize
MimeKit

RfcComplianceMode Enumeration

An RFC compliance mode.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public enum RfcComplianceMode
Members
Member nameValueDescription
Loose0 Attempt to be more liberal accepting broken and/or invalid formatting.
Strict1 Do not attempt to be overly liberal in accepting broken and/or invalid formatting.
Looser-1 Attempt to be even more liberal in accepting broken and/or invalid formatting.
Remarks
An RFC compliance mode.
See Also