EmailAddress Constructor
Overload List
  NameDescription
Public methodEmailAddress
Initializes a new instance of the EmailAddress class
Public methodCode exampleEmailAddress(String)
Initializes a new instance of the EmailAddress object with the specified e-mail address.
Public methodCode exampleEmailAddress(String, String)
Initializes a new instance of the EmailAddress object from the specified e-mail address and display name.
Public methodCode exampleEmailAddress(String, String, String)
Initializes a new instance of the EmailAddress object from the specified e-mail address parts.
Top
See Also