| ParserOptionsRfc2047ComplianceMode Property |
Get or set the compliance mode that should be used when decoding rfc2047 encoded words.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public RfcComplianceMode Rfc2047ComplianceMode { get; set; }
Property Value
RfcComplianceModeThe RFC compliance mode.
Remarks
In general, you'll probably want this value to be
Loose
(the default) as it allows maximum interoperability with existing (broken) mail clients
and other mail software such as sloppily written perl scripts (aka spambots).
See Also