RoutingAddress Members
The RoutingAddress structure represents an address that is used to route data.
The following tables list the members exposed by the RoutingAddress type.
Public Constructors
Name | Description | |
---|---|---|
RoutingAddress | Overloaded. The RoutingAddress overload initializes a new instance of the RoutingAddress structure. |
Top
Public Fields
Name | Description | |
---|---|---|
Empty | The Empty field contains an empty instance of the RoutingAddress structure that contains null for the address. | |
NullReversePath | The NullReversePath field contains an instance of the RoutingAddress structure that represents a null reverse path address. |
Top
Public Properties
Name | Description | |
---|---|---|
DomainPart | The DomainPart property gets the domain part of the address. | |
IsValid | The IsValid property gets a value that indicates whether the data is valid as a Simple Mail Transfer Protocol (SMTP) address. | |
Length | The Length property gets the number of characters in the address. | |
LocalPart | The LocalPart property gets the local part of the address. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CompareTo | Overloaded. The CompareTo overload compares this instance of the RoutingAddress structure with the specified object. | |
Equals | Overloaded. Overridden. The Equals method determines whether this instance of the RoutingAddress structure is equal to the object specified. | |
GetHashCode | Overridden. The GetHashCode method gets the hash code for this instance of the RoutingAddress structure. | |
GetType | (inherited from Object ) | |
IsValidAddress | The IsValidAddress property gets a value that indicates whether the address specified by the address parameter is valid as a Simple Mail Transfer Protocol (SMTP) address. | |
op_Equality | The op_Equality method compares two specified instances of the RoutingAddress structure for equality. | |
op_Explicit | Overloaded. The op_Explicit method converts between an instance of the RoutingAddress structure and a string. | |
op_Inequality | The op_Inequality method compares two specified instances of the RoutingAddress structure for inequality. | |
Parse | The Parse method converts the string representation of a Simple Mail Transfer Protocol (SMTP) address to an equivalent instance of the RoutingAddress structure. | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. The ToString method returns a string representation of the address in this instance of the RoutingAddress structure. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top