DotMSN

NSMessageHandler.AddContactGroup Method 

Send a request to the server to add a new contactgroup.

[Visual Basic]
Overridable Public Sub AddContactGroup( _
   ByVal groupName As String _
)
[C#]
public virtual void AddContactGroup(
   string groupName
);

Parameters

groupName
The name of the group to add

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace