DotMSN

NSMessageHandler.RemoveContact Method 

Remove the specified contact from your forward and allow list. Note that remote contacts that are blocked remain blocked.

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

Parameters

contact
Contact to remove

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace