Share via


IEndpoint.GetConversation Method

Returns the conversation associated with the specified conversation identifier.

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

Syntax

'Declaration
Function GetConversation ( _
    cid As Integer _
) As IConversation
'Usage
Dim instance As IEndpoint
Dim cid As Integer
Dim returnValue As IConversation

returnValue = instance.GetConversation(cid)
IConversation GetConversation(
    int cid
)

Parameters

  • cid
    Type: System.Int32
    The identifier of the conversation to return.

Return Value

Type: Microsoft.Exchange.InstantMessaging.IConversation
An object that implements the IConversation interface that contains information about the conversation.