DotMSN

NSMessageHandler.SynchronizeContactList Method 

Send the synchronize command to the server. This will rebuild the contactlist with the most recent data.

[Visual Basic]
Overridable Public Sub SynchronizeContactList()
[C#]
public virtual void SynchronizeContactList();

Remarks

Synchronizing is the most complete way to retrieve data about groups, contacts, privacy settings, etc. You must call this function before setting your initial status, otherwise you won't received online notifications of other clients. Please note that you can only synchronize a single time per session! (this is limited by the the msn-servers)

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace