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 | |
---|---|---|
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 | |
---|---|---|
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 | |
---|---|---|
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). | |
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). | |
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). | |
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). | |
GetType | (inherited from Object ) | |
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). | |
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). | |
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). | |
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). | |
ReferenceEquals | (inherited from Object ) | |
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). | |
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 | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top