Removes a contact from the group.

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

Syntax

C#
public 
IAsyncResult 
BeginRemoveContact(
	
Contact 
pContact,
	
AsyncCallback 
groupCallback,
	
Object 
state
)

See Also