Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MimeLimits property gets a MimeLimits object that controls the complexity that this MimeReader object will allow.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property MimeLimits As MimeLimits
Get
'Usage
Dim instance As MimeReader
Dim value As MimeLimits
value = instance.MimeLimits
public MimeLimits MimeLimits { get; }
Property value
Type: Microsoft.Exchange.Data.Mime.MimeLimits