EmailAddress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The EmailAddress class represents the address of a mailbox user.
public ref class EmailAddress
public class EmailAddress
Public Class EmailAddress
- Inheritance
-
EmailAddress
Constructors
EmailAddress() |
The EmailAddress() constructor initializes a new instance of the EmailAddress class. |
Properties
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. |