MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system


TMsgClient.Contacts
TMsgClient
Top 

Contains a contact list of the client.

property Contacts[Index: Integer]: TMsgContactInfo;

Description
Read Contacts to get contacts of the user. You can learn user details of any user in contact list by specifying its number in contacts. To get a number of existing contacts, read ContactCount property.
If you need to get the name of the contact according to contact settings, call GetContactDisplayName.


© AidAim Software MsgCommunicator: