MimeLimits.MaxParts property
The MaxParts property gets the maximum parts currently allowed in incoming Multipurpose Internet Mail Extensions (MIME).
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property MaxParts As Integer
Get
'Usage
Dim instance As MimeLimits
Dim value As Integer
value = instance.MaxParts
public int MaxParts { get; }
Property value
Type: System.Int32