ContactInformation.InstantMessages Property

Definition

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.

Applies to