MimeReader.MimeLimits property
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