DotMSN

NSMessageHandler.AddContactToList Method 

Send a request to the server to add this contact to a specific list.

[Visual Basic]
Overridable Public Sub AddContactToList( _
   ByVal contact As Contact, _
   ByVal list As MSNLists _
)
[C#]
public virtual void AddContactToList(
   Contact contact,
   MSNLists list
);

Parameters

contact
The affected contact
list
The list to place the contact in

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace