ConversationManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |