Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies the type of domain for which the Exchange server sends and receives email.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property DomainType As AcceptedDomainType
Get
Set
'Usage
Dim instance As AcceptedDomain
Dim value As AcceptedDomainType
value = instance.DomainType
instance.DomainType = value
public AcceptedDomainType DomainType { get; set; }
Property value
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.AcceptedDomainType
An enumeration value that identifies the domain type.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace