IContactsAndGroupsManager.AddDistributionGroup Method

Adds a Distribution group to the group list.

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

HRESULT AddDistributionGroup
(
   IDistributionGroup* distributionGroup,
   IUnknown* contactsAndGroupsCallback,
   VARIANT state,
   IAsynchronousOperation** asyncOperation
);

Parameters

  • 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.

See Also

IContactsAndGroupsManager Interface

UCCollaborationLib Namespace