MimeLimits.MaxParametersPerHeader Property
The MaxParametersPerHeader property gets the maximum number of parameters currently allowed per header 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 MaxParametersPerHeader As Integer
Get
'Usage
Dim instance As MimeLimits
Dim value As Integer
value = instance.MaxParametersPerHeader
public int MaxParametersPerHeader { get; }
Property Value
Type: System.Int32