ExchangeConnectionSettings.IncomingAuthentication property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property IncomingAuthentication As AuthenticationMethod
Get
Set
'Usage
Dim instance As ExchangeConnectionSettings
Dim value As AuthenticationMethod
value = instance.IncomingAuthentication
instance.IncomingAuthentication = value
public AuthenticationMethod IncomingAuthentication { get; set; }
Property value
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.AuthenticationMethod
See also
Reference
ExchangeConnectionSettings class