![]() | ParserOptions Class |
Namespace: MimeKit
public class ParserOptions
The ParserOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ParserOptions |
Initialize a new instance of the ParserOptions class.
|
Name | Description | |
---|---|---|
![]() | AddressParserComplianceMode |
Gets or sets the compliance mode that should be used when parsing rfc822 addresses.
|
![]() | AllowAddressesWithoutDomain |
Gets or sets whether the rfc822 address parser should allow addresses without a domain.
|
![]() | AllowUnquotedCommasInAddresses |
Gets or sets whether the rfc822 address parser should ignore unquoted commas in address names.
|
![]() | CharsetEncoding |
Gets or sets the charset encoding to use as a fallback for 8bit headers.
|
![]() | MaxAddressGroupDepth |
Gets or sets the maximum address group depth the parser should accept.
|
![]() | MaxMimeDepth |
Gets or sets the maximum MIME nesting depth the parser should accept.
|
![]() | ParameterComplianceMode |
Gets or sets the compliance mode that should be used when parsing Content-Type and Content-Disposition parameters.
|
![]() | RespectContentLength |
Gets or sets a value indicating whether the Content-Length value should be
respected when parsing mbox streams.
|
![]() | Rfc2047ComplianceMode |
Gets or sets the compliance mode that should be used when decoding rfc2047 encoded words.
|
Name | Description | |
---|---|---|
![]() | Clone |
Clones an instance of ParserOptions.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RegisterMimeType |
Registers the MimeEntity subclass for the specified mime-type.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |