IGroup.CanInvoke Method
Returns true if a certain action can be applied to the group.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT CanInvoke
(
GroupAction action,
IContact* contact,
VARIANT_BOOL* canInvoke
);
Parameters
- action
Type: UCCollaborationLib.GroupAction
A value of the GroupAction type.
- contact
Type: UCCollaborationLib.IContact
A value of the IContact type. The default value is NULL.
Return Value
A value of the VARIANT_BOOL* (bool, for a .NET application) type.