Share via


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
Aa579521.pubfield(en-us,EXCHG.80).gifAa579521.static(en-us,EXCHG.80).gif Empty The Empty field contains an empty instance of the RoutingAddress structure that contains null for the address.
Aa579521.pubfield(en-us,EXCHG.80).gifAa579521.static(en-us,EXCHG.80).gif NullReversePath The NullReversePath field contains an instance of the RoutingAddress structure that represents a null reverse path address.

Top

Public Properties

  Name Description
Aa579521.pubproperty(en-us,EXCHG.80).gif DomainPart The DomainPart property gets the domain part of the address.
Aa579521.pubproperty(en-us,EXCHG.80).gif IsValid The IsValid property gets a value that indicates whether the data is valid as a Simple Mail Transfer Protocol (SMTP) address.
Aa579521.pubproperty(en-us,EXCHG.80).gif Length The Length property gets the number of characters in the address.
Aa579521.pubproperty(en-us,EXCHG.80).gif LocalPart The LocalPart property gets the local part of the address.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa579521.pubmethod(en-us,EXCHG.80).gif CompareTo Overloaded. The CompareTo overload compares this instance of the RoutingAddress structure with the specified object.
Aa579521.pubmethod(en-us,EXCHG.80).gif Equals Overloaded. Overridden. The Equals method determines whether this instance of the RoutingAddress structure is equal to the object specified.
Aa579521.pubmethod(en-us,EXCHG.80).gif GetHashCode Overridden. The GetHashCode method gets the hash code for this instance of the RoutingAddress structure.
Aa579521.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa579521.pubmethod(en-us,EXCHG.80).gifAa579521.static(en-us,EXCHG.80).gif 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.
Aa579521.pubmethod(en-us,EXCHG.80).gifAa579521.static(en-us,EXCHG.80).gif op_Equality The op_Equality method compares two specified instances of the RoutingAddress structure for equality.
Aa579521.pubmethod(en-us,EXCHG.80).gifAa579521.static(en-us,EXCHG.80).gif op_Explicit Overloaded. The op_Explicit method converts between an instance of the RoutingAddress structure and a string.
Aa579521.pubmethod(en-us,EXCHG.80).gifAa579521.static(en-us,EXCHG.80).gif op_Inequality The op_Inequality method compares two specified instances of the RoutingAddress structure for inequality.
Aa579521.pubmethod(en-us,EXCHG.80).gifAa579521.static(en-us,EXCHG.80).gif Parse The Parse method converts the string representation of a Simple Mail Transfer Protocol (SMTP) address to an equivalent instance of the RoutingAddress structure.
Aa579521.pubmethod(en-us,EXCHG.80).gifAa579521.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa579521.pubmethod(en-us,EXCHG.80).gif ToString Overridden. The ToString method returns a string representation of the address in this instance of the RoutingAddress structure.

Top

Protected Methods

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

Top