ContactEmail Constructors
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.
Overloads
ContactEmail() |
Constructs a new instance of ContactEmail. |
ContactEmail(String) |
Constructs a new instance of ContactEmail using the various parameters. |
ContactEmail()
ContactEmail(String)
Constructs a new instance of ContactEmail using the various parameters.
public ContactEmail (string emailAddress);
Parameters
- emailAddress
- System.String
The email address.