Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 3.37 KB

lync-conversation-window-extension.md

File metadata and controls

76 lines (49 loc) · 3.37 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version
Lync Conversation Window Extension
Lync Conversation Window Extension
5ad47eb4-d1b5-428b-b9fc-f88534e94160
51541354
06/09/2015
v=office.15

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