DotMSN

NSMessageHandler.RenameGroup Method 

Set the name of a contact group

[Visual Basic]
Overridable Public Sub RenameGroup( _
   ByVal group As ContactGroup, _
   ByVal newGroupName As String _
)
[C#]
public virtual void RenameGroup(
   ContactGroup group,
   string newGroupName
);

Parameters

group
The contactgroup which name will be set
newGroupName
The new name

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace