IContactsAndGroupsManager.RemoveContactFromAllGroups Method
Removes a contact from all groups except for distribution groups.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT RemoveContactFromAllGroups
(
IContact* contact,
IUnknown* contactsAndGroupsCallback,
VARIANT state,
IAsynchronousOperation** asyncOperation
);
Parameters
- contact
Type: UCCollaborationLib.IContact
A value of the IContact type.
- contactsAndGroupsCallback
Type: Object
A value of the IUnknown type. The default value is NULL.
- state
Type: Object
A value of the VARIANT type.
Return Value
A value of the IAsynchronousOperation** (IAsynchronousOperation, for a .NET application) type.