DotMSN

NSMessageHandler.RemoveContactGroup Method 

Send a request to the server to remove a contactgroup. Any contacts in the group will also be removed from the forward list.

[Visual Basic]
Overridable Public Sub RemoveContactGroup( _
   ByVal contactGroup As ContactGroup _
)
[C#]
public virtual void RemoveContactGroup(
   ContactGroup contactGroup
);

Parameters

contactGroup
The group to remove

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace