DotMSN

NSMessageHandler.ChangeGroup Method 

Moves a contact from the current contact group to a new contact group.

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

Parameters

contact
Contact to be moved
group
The new contact group

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace