Share via


RemoteDomain Members

Include Protected Members
Include Inherited Members

The RemoteDomain class is the base class for derived classes that provide information about remote domains that the administrator has configured.

The RemoteDomain type exposes the following members.

Constructors

  Name Description
Protected method RemoteDomain The RemoteDomain constructor initializes a new instance of the RemoteDomain class.

Top

Properties

  Name Description
Public property IsInternal
Public property NameSpecification When overridden in a derived class, the NameSpecification property returns the domain name or wildcard specification for the remote domain.
Public property 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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top