ContactEmail
ContactEmail
ContactEmail
ContactEmail
Class
Definition
Represents an email address of a contact.
public : sealed class ContactEmail : IContactEmailpublic sealed class ContactEmail : IContactEmailPublic NotInheritable Class ContactEmail Implements IContactEmail// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
For info about how to manage contacts, see Managing contact cards and Managing contact cards .
Constructors
ContactEmail() ContactEmail() ContactEmail() ContactEmail()
Initializes a new instance of a ContactEmail class.
public : ContactEmail()public ContactEmail()Public Sub New()// You can use this method in JavaScript.
Properties
Address Address Address Address
Gets and sets the email address of a contact. The maximum string length for the description is 321 characters.
public : PlatForm::String Address { get; set; }public string Address { get; set; }Public ReadWrite Property Address As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The email address of a contact.
Description Description Description Description
Gets and sets the description of an email address of a contact. The maximum string length for the description is 512 characters.
public : PlatForm::String Description { get; set; }public string Description { get; set; }Public ReadWrite Property Description As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The description of an email address of a contact.
Kind Kind Kind Kind
Gets and sets the kind of email address of a contact.
public : ContactEmailKind Kind { get; set; }public ContactEmailKind Kind { get; set; }Public ReadWrite Property Kind As ContactEmailKind// You can use this property in JavaScript.
A ContactEmailKind -typed value that indicates the type of email address.