DotMSN

NSMessageHandler.RemoveContactFromList Method 

Send a request to the server to remove a contact from a specific list.

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

Parameters

contact
The affected contact
list
The list to remove the contact from

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace