Share via


IEndpoint.GetConversations Method

Returns all conversations in progress on the endpoint.

Namespace:  Microsoft.Exchange.InstantMessaging
Assembly:  Microsoft.Exchange.InstantMessaging (in Microsoft.Exchange.InstantMessaging.dll)

Syntax

'Declaration
Function GetConversations As ICollection(Of IConversation)
'Usage
Dim instance As IEndpoint
Dim returnValue As ICollection(Of IConversation)

returnValue = instance.GetConversations()
ICollection<IConversation> GetConversations()

Return Value

Type: System.Collections.Generic.ICollection<IConversation>
A collection of objects that implements the IConversation interface that contain information about the active conversations on the endpoint.