Share via


IConversation.Merge Method

Merges another conversation into this one.

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

Syntax

HRESULT Merge
(
   IConversation* conversation,
   int modalityTypes,
   IOperation** pOperation
);

Parameters

  • modalityTypes
    Type: int
    A value of the ModalityTypes type.
  • pOperation
    Type: IOperation
    A value of the IOperation type. The default type is null.

See Also

IConversation Interface

UCCollaborationLib Namespace