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.