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() |
Initializes a new instance of the ContactEmail class. |
ContactEmail(String) |
Initializes a new instance of the ContactEmail class with the given data. |
ContactEmail()
- Source:
- Contact.shared.cs
- Source:
- Contact.shared.cs
Initializes a new instance of the ContactEmail class.
public:
ContactEmail();
public ContactEmail ();
Public Sub New ()
Applies to
ContactEmail(String)
- Source:
- Contact.shared.cs
- Source:
- Contact.shared.cs
Initializes a new instance of the ContactEmail class with the given data.
public:
ContactEmail(System::String ^ emailAddress);
public ContactEmail (string emailAddress);
new Microsoft.Maui.ApplicationModel.Communication.ContactEmail : string -> Microsoft.Maui.ApplicationModel.Communication.ContactEmail
Public Sub New (emailAddress As String)
Parameters
- emailAddress
- String
The email address.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.