RemoteDomain Members
The RemoteDomain class is the base class for derived classes that provide information about remote domains that the administrator has configured.
The following tables list the members exposed by the RemoteDomain type.
Protected Constructors
Name | Description | |
---|---|---|
RemoteDomain | The RemoteDomain constructor initializes a new instance of the RemoteDomain class. |
Top
Public Properties
Name | Description | |
---|---|---|
NameSpecification | When overridden in a derived class, the NameSpecification property returns the domain name or wildcard specification for the remote domain. | |
NonMimeCharset | When overridden in a derived class, the NonMimeCharset property returns a fallback character set for messages that have no specified character set and that have a sender who is in the domain that is represented by this instance of the RemoteDomain 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