AcceptedDomain Members
The AcceptedDomain class is the base class for classes that represent a domain for which the server accepts messages.
The following tables list the members exposed by the AcceptedDomain type.
Protected 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
Public 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. | |
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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top