Automation.GetConversationWindow Method
Finds a ConversationWindow for a given conversation. If not found, a new instance of ConversationWindow will be created.
Namespace: Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function GetConversationWindow ( _
conversation As Conversation _
) As ConversationWindow
'Usage
Dim instance As Automation
Dim conversation As Conversation
Dim returnValue As ConversationWindow
returnValue = instance.GetConversationWindow(conversation)
public ConversationWindow GetConversationWindow(
Conversation conversation
)
Parameters
- conversation
Type: Microsoft.Lync.Model.Conversation.Conversation
Return Value
Type: Microsoft.Lync.Model.Extensibility.ConversationWindow