DotMSN

NSMessageHandler.UnBlockContact Method 

Unblock this contact. After this you are able to receive messages from this contact. This contact will be removed from your blocked list and placed in your allowed list.

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

Parameters

contact
Contact to unblock

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace