NewSendConnector.SmartHostAuthMechanism property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property SmartHostAuthMechanism As SmtpSendConnectorConfig.AuthMechanisms
Get
Set
'Usage
Dim instance As NewSendConnector
Dim value As SmtpSendConnectorConfig.AuthMechanisms
value = instance.SmartHostAuthMechanism
instance.SmartHostAuthMechanism = value
public SmtpSendConnectorConfig.AuthMechanisms SmartHostAuthMechanism { get; set; }
Property value
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.SmtpSendConnectorConfig.AuthMechanisms
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace