ReceiveConnector.AdvertiseClientSettings Property
Gets or sets a value that indicates whether server information should be returned to clients.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property AdvertiseClientSettings As Boolean
Get
Set
'Usage
Dim instance As ReceiveConnector
Dim value As Boolean
value = instance.AdvertiseClientSettings
instance.AdvertiseClientSettings = value
[ParameterAttribute(Mandatory = false)]
public bool AdvertiseClientSettings { get; set; }
Property Value
Type: System.Boolean
true to return server information; otherwise, false. The default value is true.
Remarks
When the AdvertiseClientSettings property is set to true, the Receive connector will return the SMTP server name, port number, and authentication settings to client applications.