IGroup.RemoveContact Method
Removes a contact from the group.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT RemoveContact
(
IContact* pContact,
IUnknown* groupCallback,
VARIANT state,
IAsynchronousOperation** asyncOperation
);
Parameters
- pContact
Type: UCCollaborationLib.IContact
A value of the IContact type.
- groupCallback
Type: Object
A value of the IUnknown type. The default value is NULL.
- state
Type: Object
A value of the VARIANT type. _IGroupCallback /
Return Value
A value of the IAsynchronousOperation** (IAsynchronousOperation, for a .NET application) type.