Moves this contact from a source group to a target group.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
IAsyncResult 
BeginMoveToGroup(
	
Group 
targetGroup,
	
Group 
sourceGroup,
	
AsyncCallback 
contactCallback,
	
Object 
state
)

See Also