MimeLimits class

The MimeLimits class controls the allowed complexity of Multipurpose Internet Mail Extensions (MIME) read by a MimeReader object or used to create a MimeDocument.

Inheritance hierarchy

System.Object
  Microsoft.Exchange.Data.Mime.MimeLimits

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Class MimeLimits
'Usage
Dim instance As MimeLimits
public class MimeLimits

Remarks

The values set in a MimeLimits object do not reflect the complexity of the MIME in a MimeDocument or coming out of a MimeReader. Some parts might be added or removed for, among other reasons, the handling of embedded Unix-to-Unix encode (UUENCODE) text.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

MimeLimits members

Microsoft.Exchange.Data.Mime namespace