MimeLimits Members
The MimeLimits class controls the allowed complexity of Multipurpose Internet Mail Extensions (MIME) read by a MimeReader object or used to create a MimeDocument.
The following tables list the members exposed by the MimeLimits type.
Public Properties
Name | Description | |
---|---|---|
Default | The Default property gets the default limits put on incoming Multipurpose Internet Mail Extensions (MIME). | |
MaxAddressItemsPerHeader | The MaxAddressItemsPerHeader property gets the maximum number of address items currently allowed per header in incoming Multipurpose Internet Mail Extensions (MIME). | |
MaxEmbeddedDepth | The MaxEmbeddedDepth property gets the maximum depth to which headers may currently be embedded in incoming Multipurpose Internet Mail Extensions (MIME). | |
MaxHeaderBytes | The MaxHeaderBytes property gets the maximum number of bytes currently allowed in a header in incoming Multipurpose Internet Mail Extensions (MIME). | |
MaxHeaders | The MaxHeaders property gets the maximum number of headers currently allowed in incoming Multipurpose Internet Mail Extensions (MIME). | |
MaxParametersPerHeader | The MaxParametersPerHeader property gets the maximum number of parameters currently allowed per header in incoming Multipurpose Internet Mail Extensions (MIME). | |
MaxPartDepth | The MaxPartDepth property gets the maximum part depth allowed in incoming Multipurpose Internet Mail Extensions (MIME). | |
MaxParts | The MaxParts property gets the maximum parts currently allowed in incoming Multipurpose Internet Mail Extensions (MIME). | |
MaxSize | The MaxSize property gets the maximum number of bytes currently allowed in incoming Multipurpose Internet Mail Extensions (MIME). | |
MaxTextValueBytesPerValue | The MaxTextValueBytesPerValue property gets the maximum number of text value bytes currently allowed per value in incoming Multipurpose Internet Mail Extensions (MIME). | |
Unlimited | The Unlimited property gets a MimeLimits object that allows for unlimited complexity in incoming Multipurpose Internet Mail Extensions (MIME). |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top