DotMSN

ContactGroupList.Add Method 

Add a new contactgroup.

[Visual Basic]
Overridable Protected Sub Add( _
   ByVal name As String _
)
[C#]
protected virtual void Add(
   string name
);

Parameters

name
The name of the new contactgroup

Remarks

This method delegates the action to the nameserver handler.

See Also

ContactGroupList Class | XihSolutions.DotMSN Namespace