EmailAddress Members
The EmailAddress class represents the address of a mailbox user.
The following tables list the members exposed by the EmailAddress type.
Public Constructors
Name | Description | |
---|---|---|
EmailAddress | The EmailAddress constructor initializes a new instance of the EmailAddress class. |
Top
Public Properties
Name | Description | |
---|---|---|
Address | The Address property gets or sets a string value that specifies the e-mail address that is represented by this instance of the EmailAddress class. | |
Name | The Name property gets or sets a string value that specifies the name that is associated with the e-mail address that is represented by this instance of the EmailAddress class. | |
RoutingType | The RoutingType property gets or sets a string value that specifies the routing type that is associated with the e-mail address that is represented by this instance of the EmailAddress class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top