Edit

Share via


ConversationManager Class

Definition

Manages conversation creation and removal, retrieves the collection of the conversations, joins a conference, and other conversation collection-related actions.

public ref class ConversationManager : Microsoft::Lync::Model::Internal::UCWFull
public class ConversationManager : Microsoft.Lync.Model.Internal.UCWFull
type ConversationManager = class
    inherit UCWFull
Public Class ConversationManager
Inherits UCWFull
Inheritance
ConversationManager

Properties

Conversations

Get the collection of conversations.

InnerObject (Inherited from UCWBase)

Methods

AddConversation()

Adds a new outgoing conversation instance.

Finalize()
JoinConference(String)

Retrieves/Creates a conversation initialized so as to join conference at given URL.

Events

ConversationAdded

Raised when a conversation add operation completes.

ConversationRemoved

Raised when a conversation remove operation completes.

Applies to