ReceiveConnector.ChunkingEnabled Property

Gets or sets a value that specifies whether the Receive connector will accept large messages to be sent to the Receive connector in multiple chunks.

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property ChunkingEnabled As Boolean
    Get
    Set
'Usage
Dim instance As ReceiveConnector
Dim value As Boolean

value = instance.ChunkingEnabled

instance.ChunkingEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool ChunkingEnabled { get; set; }

Property Value

Type: System.Boolean
true if the Receive connector will accept messages in multiple chunks; otherwise, false. The default is true.

Remarks

The ChunkingEnabled property indicates whether the CHUNKING EHLO keyword is advertised in the EHLO response to the remote server.