RoutingDomain Members
Include Protected Members
Include Inherited 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 RoutingDomain type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RoutingDomain(String) | The RoutingDomain constructor initializes a new instance of the RoutingDomain structure. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). | |
RoutingDomain(String, String) | The RoutingDomain(String, String) constructor initializes a new instance of the RoutingDomain class to the specified domain and type. |
Top
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). | |
Type | The Type property gets the domain type. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo(Object) | The CompareTo method compares this instance of the RoutingDomain structure to the specified object. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). | |
CompareTo(RoutingDomain) | The CompareTo method compares this instance of the RoutingDomain structure to the specified instance of the RoutingDomain structure. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). | |
Equals(Object) | The Equals method 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). (Overrides ValueType.Equals(Object).) | |
Equals(RoutingDomain) | The Equals method determines whether this instance of the RoutingDomain structure is equal to the domain that is represented by the specified instance of the RoutingDomain structure. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). | |
Finalize | (Inherited from Object.) | |
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 | 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). (Overrides ValueType.GetHashCode().) | |
GetType | (Inherited from Object.) | |
IsSmtp | The IsSmtp() method indicates whether the domain is of type Smtp. | |
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). | |
MemberwiseClone | (Inherited from Object.) | |
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). | |
ToString | 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). (Overrides ValueType.ToString().) | |
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
Operators
Name | Description | |
---|---|---|
Equality | The 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). | |
Inequality | The 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). |
Top
Fields
Name | Description | |
---|---|---|
Empty | The Empty field contains an empty instance of the RoutingDomain structure that contains a null reference (Nothing in Visual Basic) for the domain. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). | |
Smtp | The Smtp field returns a constant string with the value of "smtp". |
Top