Conversation.GetApplicationData Method

Gets the contextual conversation application data using the given application Id. Only the registered application with the same Id can call this.

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function GetApplicationData ( _
    appGuid As String _
) As String
'Usage
Dim instance As Conversation
Dim appGuid As String
Dim returnValue As String

returnValue = instance.GetApplicationData(appGuid)
public string GetApplicationData(
    string appGuid
)

Parameters

Return Value

Type: System.String

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Lync.Model.Conversation Namespace