Lync Conversation Window Extension

Beyond the basics topic

Learn about the Conversation Window Extension (CWE) feature of the Lync 2013 client conversation window and how is opened, closed, and sized.

Applies to: Lync 2013 | Lync Server 2013

In this article
CWE overview
Opening Conversation Window Extension
Closing Conversation Window Extension
Conversation Window Extension size
Additional resources

CWE overview

Microsoft Lync 2013 CWE is an embedded browser that allows display of a contextual application with a Lync 2013 conversation. CWE provides a hosting environment that supports traditional and rich Internet applications. To display a Microsoft Silverlight application in CWE, embed the application in an HTML page. For more information, see How to: Create a Conversation Window Extension application in Lync SDK.

Extensibility window

Opening Conversation Window Extension

CWE opens programmatically in the following scenarios:

CWE can also be opened manually by selecting an application from the contact card Options menu. For more information, see Add custom commands to Lync menus.

Closing Conversation Window Extension

To close CWE, click the Close button on the tab at the bottom of the window or use the CloseExtensibilityWindow method to close the window programatically. Otherwise, CWE closes when the conversation window closes.

Conversation Window Extension size

There are two ways to specify CWE dimensions:

See also

Beyond the basics: Lync conversations

How to: Create a Conversation Window Extension application in Lync SDK

How to: Install a CWE application in Lync SDK

How to: Start an extension application in a Lync conversation window