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