Share via


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 MimeLimits type exposes the following members.

Properties

  Name Description
Public propertyStatic member Default The Default property gets the default limits put on incoming Multipurpose Internet Mail Extensions (MIME).
Public property MaxAddressItemsPerHeader The MaxAddressItemsPerHeader property gets the maximum number of address items currently allowed per header in incoming Multipurpose Internet Mail Extensions (MIME).
Public property MaxEmbeddedDepth The MaxEmbeddedDepth property gets the maximum depth to which headers may currently be embedded in incoming Multipurpose Internet Mail Extensions (MIME).
Public property MaxHeaderBytes The MaxHeaderBytes property gets the maximum number of bytes currently allowed in a header in incoming Multipurpose Internet Mail Extensions (MIME).
Public property MaxHeaders The MaxHeaders property gets the maximum number of headers currently allowed in incoming Multipurpose Internet Mail Extensions (MIME).
Public property MaxParametersPerHeader The MaxParametersPerHeader property gets the maximum number of parameters currently allowed per header in incoming Multipurpose Internet Mail Extensions (MIME).
Public property MaxPartDepth The MaxPartDepthproperty gets the maximum part depth allowed in incoming Multipurpose Internet Mail Extensions (MIME).
Public property MaxParts The MaxParts property gets the maximum parts currently allowed in incoming Multipurpose Internet Mail Extensions (MIME).
Public property MaxSize The MaxSize property gets the maximum number of bytes currently allowed in incoming Multipurpose Internet Mail Extensions (MIME).
Public property MaxTextValueBytesPerValue The MaxTextValueBytesPerValue property gets the maximum number of text value bytes currently allowed per value in incoming Multipurpose Internet Mail Extensions (MIME).
Public propertyStatic member Unlimited The Unlimited property gets a MimeLimits object that allows for unlimited complexity in incoming Multipurpose Internet Mail Extensions (MIME).

Top

See also

Reference

MimeLimits class

Microsoft.Exchange.Data.Mime namespace