ContactInformation.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.
A read-only list of email addresses stored with the contact.
Note
ContactInformation may be altered or unavailable for releases after Windows 8.1. Instead, use Contact.
public:
property IVectorView<ContactField ^> ^ Emails { IVectorView<ContactField ^> ^ get(); };
IVectorView<ContactField> Emails();
public IReadOnlyList<ContactField> Emails { get; }
var iVectorView = contactInformation.emails;
Public ReadOnly Property Emails As IReadOnlyList(Of ContactField)
Property Value
A read-only list of email addresses.
Windows requirements
App capabilities |
contactsSystem
|
Remarks
Use the Emails property to access a contact's email addresses from a ContactInformation object.