Removes a contact from all groups except distribution groups.

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

Syntax

C#
public 
IAsyncResult 
BeginRemoveContactFromAllGroups(
	
Contact 
contact,
	
AsyncCallback 
contactsAndGroupsCallback,
	
Object 
state
)

Parameters

contact
Type: Microsoft.Lync.Model . . :: . . Contact
contactsAndGroupsCallback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also