AcceptedDomain.AuthenticationType property
Indicates how email addresses in the domain are authenticated.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property AuthenticationType As Nullable(Of AuthenticationType)
Get
'Usage
Dim instance As AcceptedDomain
Dim value As Nullable(Of AuthenticationType)
value = instance.AuthenticationType
public Nullable<AuthenticationType> AuthenticationType { get; }
Property value
Type: System.Nullable<AuthenticationType>
An enumeration value that indicates how the email addresses are authenticated.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace