AcceptedDomain members
The AcceptedDomain class is the base class for classes that represent a domain for which the server accepts messages.
The AcceptedDomain type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AcceptedDomain | When overridden in a derived class, the AcceptedDomain constructor initializes a new instance of the class derived from the AcceptedDomain class. |
Top
Properties
Name | Description | |
---|---|---|
IsInCorporation | When overridden in a derived class, the IsInCorporation property gets a Boolean value that indicates whether the domain represented by the instance of the class derived from the AcceptedDomain class is in the Active Directory directory service forest of the server. | |
NameSpecification | When overridden in a derived class, the NameSpecification property gets a value that contains the domain name or wildcard specification for the domain represented by the instance of the class derived from the AcceptedDomain class. | |
TenantId | The TenantId property gets the tenant identifier for the accepted domain. | |
UseAddressBook | When overridden in a derived class, the UseAddressBook property gets a Boolean value that indicates whether the address book contains all recipients for the domain represented by the instance of the class derived from the AcceptedDomain class. |
Top