Compartir a través de


MimeLimits.MaxHeaderBytes Property

The MaxHeaderBytes property gets the maximum number of bytes currently allowed in a 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 MaxHeaderBytes As Integer
    Get
'Usage
Dim instance As MimeLimits
Dim value As Integer

value = instance.MaxHeaderBytes
public int MaxHeaderBytes { get; }

Property Value

Type: System.Int32