Click or drag to resize
MimeKit

ParserOptions Constructor

Initialize a new instance of the ParserOptions class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public ParserOptions()
Remarks
By default, new instances of ParserOptions enable rfc2047 work-arounds (which are needed for maximum interoperability with mail software used in the wild) and do not respect the Content-Length header value.
See Also