Contact.Addresses 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 contact addresses for a contact.
public:
property IVector<ContactAddress ^> ^ Addresses { IVector<ContactAddress ^> ^ get(); };
IVector<ContactAddress> Addresses();
public IList<ContactAddress> Addresses { get; }
var iVector = contact.addresses;
Public ReadOnly Property Addresses As IList(Of ContactAddress)
Property Value
An array of contact addresses for a contact.
Windows requirements
App capabilities |
contactsSystem
|