Conversation class
Describes a conversation. It includes details such as the conversation participants, modalities (InstantMessaging, AudioVideo), state, etc., and implements actions such as merge, park, terminate or other conversation actions.
Inheritance hierarchy
System.Object
ScriptWrapper
ComObject
UCWBase
Microsoft.Lync.Model.Conversation.Conversation
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Class Conversation _
Inherits UCWBase
'Usage
Dim instance As Conversation
public class Conversation : UCWBase
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.