ReceiveConnector.DeliveryStatusNotificationEnabled Property
Gets or sets a value that indicates whether the Receive connector provides delivery status notification.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property DeliveryStatusNotificationEnabled As Boolean
Get
Set
'Usage
Dim instance As ReceiveConnector
Dim value As Boolean
value = instance.DeliveryStatusNotificationEnabled
instance.DeliveryStatusNotificationEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool DeliveryStatusNotificationEnabled { get; set; }
Property Value
Type: System.Boolean
true if the server provides delivery status notification; otherwise, false. The default is true.
Remarks
The DeliveryStatusNotificationEnabled property indicates whether the DSN EHLO keyword is advertised in the EHLO response to a remote server.