Shows the URL of a registered application in the extensibility window.

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

Syntax

C#
public 
IAsyncResult 
BeginOpenExtensibilityWindow(
	
string 
applicationId,
	
AsyncCallback 
callback,
	
Object 
state
)

Parameters

applicationId
Type: System . . :: . . String
callback
Type: System . . :: . . AsyncCallback
state
Type: System . . :: . . Object

See Also