Contact.Emails Property

Definition

Gets the email addresses for a contact.

public:
 property IVector<ContactEmail ^> ^ Emails { IVector<ContactEmail ^> ^ get(); };
IVector<ContactEmail> Emails();
public IList<ContactEmail> Emails { get; }
var iVector = contact.emails;
Public ReadOnly Property Emails As IList(Of ContactEmail)

Property Value

An array of email addresses for a contact.

Windows requirements

App capabilities
contactsSystem

Applies to

See also