Contact.Emails Property
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.
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
|