ReceiveConnector.BinaryMimeEnabled Property

Gets or sets a value that indicates whether the Receive connector will accept binary message data.

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

Syntax

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

value = instance.BinaryMimeEnabled

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

Property Value

Type: System.Boolean
true if the Receive connector will accept binary message data; otherwise, false. The default value is true.

Remarks

The BinaryMimeEnabled property indicates whether the BINARYMIME EHLO keyword is advertised in the EHLO response to the remote server. The BINARYMIME extension requires the data-chunking service extension. If the BinaryMimeEnabled property is true, you should also set the ChunkingEnabled property to true.