Share via


RemoteDomainCollection members

The RemoteDomainCollection class is the base class for derived classes that represent a collection of objects that inherit from the RemoteDomain class.

The RemoteDomainCollection type exposes the following members.

Constructors

  Name Description
Protected method RemoteDomainCollection When overriden in a derived class, the RemoteDomainCollection constructor creates a new instance of the class that is derived from the RemoteDomainCollection class.

Top

Methods

  Name Description
Public method Find(String) When overridden in a derived class, the Find method returns an instance of the RemoteDomain class that represents the domain that is specified by the domainName parameter.
Public method Find(RoutingAddress) When overridden in a derived class, the Find method returns an instance of the RemoteDomain class that represents the domain in the Simple Mail Transfer Protocol (SMTP) address that is specified by the smtpAddress parameter.
Public method GetEnumerator When overridden in a derived class, the GetEnumerator method returns an enumerator object that represents the collection.

Top

See also

Reference

RemoteDomainCollection class

Microsoft.Exchange.Data.Transport namespace