Buddies Property
Collection of buddies in the buddy list.
Syntax
[VB.NET] Public ReadOnlyProperty Buddies As XMPPBuddyList
[C#] public XMPPBuddyList Buddies {get;}
Remarks
After a Sync event is fired, this property will contain a collection of all buddies in the buddy list. The buddy list will be updated by the server when a successful call to RetrieveRoster has been made.
This collection is indexed from 0 to Count - 1.
This property is read-only.