次の方法で共有


RoutingDomain Members

The RoutingDomain structure represents an Simple Mail Transfer Protocol (SMTP) domain to use when you are overriding the default routing for a recipient. This type was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

The following tables list the members exposed by the RoutingDomain type.

Public Constructors

  Name Description
RoutingDomain The RoutingDomain constructor initializes a new instance of the RoutingDomain structure. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

Top

Public Fields

  Name Description
Bb799796.pubfield(en-us,EXCHG.80).gifBb799796.static(en-us,EXCHG.80).gif Empty The Empty field contains an empty instance of the RoutingDomain structure that contains null for the domain. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

Top

Public Properties

  Name Description
Bb799796.pubproperty(en-us,EXCHG.80).gif Domain The Domain property gets the name of the domain that is represented by this instance of the RoutingDomain structure. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb799796.pubmethod(en-us,EXCHG.80).gif CompareTo Overloaded. The CompareTo overload compares this instance of the RoutingDomain structure to the specified object. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Bb799796.pubmethod(en-us,EXCHG.80).gif Equals Overloaded. Overridden. The Equals overload determines whether this instance of the RoutingDomain structure is equal to the object that is specified. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Bb799796.pubmethod(en-us,EXCHG.80).gifBb799796.static(en-us,EXCHG.80).gif GetDomainPart The GetDomainPart method returns the domain part from the specified instance of the RoutingAddress structure. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Bb799796.pubmethod(en-us,EXCHG.80).gif GetHashCode Overridden. The GetHashCode method returns an integer value that contains a unique hash code for this instance of the RoutingDomain structure. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Bb799796.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Bb799796.pubmethod(en-us,EXCHG.80).gif IsValid The IsValid method evaluates the validity of the domain that is represented by this instance of the RoutingDomain structure. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Bb799796.pubmethod(en-us,EXCHG.80).gifBb799796.static(en-us,EXCHG.80).gif op_Equality The op_Equality method compares two specified instances of the RoutingDomain structure for equality. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Bb799796.pubmethod(en-us,EXCHG.80).gifBb799796.static(en-us,EXCHG.80).gif op_Inequality The op_Inequality method compares two specified instances of the RoutingDomain structure for inequality. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Bb799796.pubmethod(en-us,EXCHG.80).gifBb799796.static(en-us,EXCHG.80).gif Parse The Parse method converts the string representation of a Simple Mail Transfer Protocol (SMTP) domain to an equivalent instance of the RoutingDomain structure. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Bb799796.pubmethod(en-us,EXCHG.80).gifBb799796.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Bb799796.pubmethod(en-us,EXCHG.80).gif ToString Overridden. The ToString method returns a string representation of the domain in this instance of the RoutingDomain structure. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Bb799796.pubmethod(en-us,EXCHG.80).gifBb799796.static(en-us,EXCHG.80).gif TryParse The TryParse method converts the string representation of a Simple Mail Transfer Protocol (SMTP) domain to an equivalent instance of the RoutingDomain structure. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

Top

Protected Methods

  Name Description
Bb799796.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Bb799796.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top