Conversation.GetApplicationData method

Gets the contextual conversation application data using the given GUID. Only the registered application with the same GUID may 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
System.String

See also

Reference

Conversation class

Conversation members

Microsoft.Lync.Model.Conversation namespace