Download microsoft lync server 2013 sdk
Author: n | 2025-04-25
The Microsoft Lync Server 2025 SDK download includes the SDK documentation, SDK library (ServerAgent.DLL), application development tools, and Microsoft Lync Server 2025 SIP Application API sample applications. The Lync Server 2025 SDK documentation is a technical reference for the Lync Server 2025 SIP Application API that is used to create
Microsoft Lync Server 2025 SDK - Microsoft Download Center
Skip to main content This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Log and display processed messages (SipSnoop sample) Article06/11/2018 In this article -->Learn about the Microsoft Lync Server 2013 SDK SipSnoop sample application.Applies to: Lync 2013 | Lync Server 2013NoteBy default, the SipSnoop application is copied to the %progfile%\Microsoft Lync Server 2013\SDK\Samples\SipSnoop folder. SipSnoop and related code samples can also be downloaded from the MSDN Code Gallery.The SipSnoop sample application that is distributed with the Lync Server 2013 SDK shows how to receive all messages that the Microsoft Lync Server 2013 computer processes. The application displays the messages in a UI and maintains statistics about various SIP messages such as number of requests and processed responses.The application uses two application manifests, SipSnoop.am and SipSnoop2.am, to handle the following tasks.SipSnoop.am is the basic manifest that handles the following application features:Uses the element to configure the UserServices application run time.Configures server run time through .Uses the and elements to configure how the application receives each request, response, and the corresponding proxy.SipSnoop2.am uses the DispatchNotification function instead of the Dispatch function.Testing the applicationIf necessary, copy the %progfile%\Microsoft Lync Server 2013\SDK\Samples\SipSnoop folder to a Lync Server 2013 computer on which the application runs.To build the applicationOpen a command console in a user account that has elevated permission.Open the %progfile%\Microsoft Lync Server 2013\SDK\Samples\ folder.Use the following command to build the application. Compile SipSnoopTo run the applicationLog on to a Lync Server 2013 RTC Server Applications local security group account.Register the application by running the following commands in a Lync Server Management Shell window.Note is the placeholder for the fully qualified domain name for the test server.new-csServerApplication -uri " -identity "service:registrar:/SipSnoop" -critical $false -priority 6 -enabled $trueNoteThe application must be registered before the managed code is invoked.Start the application by using the SipSnoop.exe program.See alsoConceptsLearn the basics of Lync Server 2013 SDKHow to use Lync Server 2013 SDKLync Server 2013 SDK general reference --> Feedback Additional resources In this article. The Microsoft Lync Server 2025 SDK download includes the SDK documentation, SDK library (ServerAgent.DLL), application development tools, and Microsoft Lync Server 2025 SIP Application API sample applications. The Lync Server 2025 SDK documentation is a technical reference for the Lync Server 2025 SIP Application API that is used to create Download Microsoft Edge More info about Internet Explorer and Microsoft Edge. (Lync Server 2025 SDK) Install and uninstall Lync Server 2025 SDK. This chapter is part of the Microsoft Lync Server 2025 Resource Kit book that is currently being developed. Microsoft Lync Server 2025 Group Chat SDK. Microsoft Lync Server 2025 SDK Download Microsoft Edge More info about to an application by using the Microsoft Lync Server 2025 Persistent Chat SDK. of Lync Server 2025 Persistent Chat SDK. What's new in Lync Server 2025 SDK. Discusses features that are introduced in Lync Server 2025 SDK. Get started with Lync Server 2025 SDK. Details the requirements and some tips to use the SDK. Learn the basics of Lync Server 2025 SDK. Provides a quick orientation about the Microsoft Lync Server 2025 API. Scenarios for using the Lync Server Skip to main content This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Download Microsoft Edge More info about Internet Explorer and Microsoft Edge Read in English Read in English Edit Share via What you can do in Lync SDK Article06/11/2018 In this article -->Learn what you can do with Microsoft Lync 2013 SDK, including changing sign-in connection settings, signing in to and out of Lync 2013, publishing enhanced presence, and administering user privacy relationships.Applies to: Lync 2013 | Lync Server 2013In this articleCore SDK tasksIn this sectionAdditional resourcesCore SDK tasksThe Microsoft.Lync.Model.LyncClient class represents the SIP endpoint that can accept a set of user credentials and sign in to Microsoft Lync Server 2013. In addition, LyncClient can publish the signed-in user’s presence. Finally, LyncClient is the entry point for all further API functionality except for conversation automation. You access additional Lync 2013 API features by getting specialized feature manager class objects from properties of LyncClient. For example, you get a specialized contact manager by reading the Client.ContactManager property to get the Microsoft.Lync.Model.ContactManager object.In this sectionHow to: Create a side-by-side endpoint in Lync SDKHow to: Change sign-in connection settings in Lync SDKHow to: Sign a user in to LyncHow to: Update and publish user telephone numbers in Lync SDKHow to: Administer privacy relationships between Lync usersSee alsoHow do I in Lync 2013 SDKWhat you can do with Lync ControlsWhat you can do with enhanced presenceWhat you can do with Lync contact listsWhat you can do with Lync conversationsWhat you can do with Lync meetingsWhat you can do with Persistent ChatWhat you can do with desktop, application, and display sharingWhat you can do with content sharing --> Feedback Was this page helpful? Additional resources In this articleComments
Skip to main content This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Log and display processed messages (SipSnoop sample) Article06/11/2018 In this article -->Learn about the Microsoft Lync Server 2013 SDK SipSnoop sample application.Applies to: Lync 2013 | Lync Server 2013NoteBy default, the SipSnoop application is copied to the %progfile%\Microsoft Lync Server 2013\SDK\Samples\SipSnoop folder. SipSnoop and related code samples can also be downloaded from the MSDN Code Gallery.The SipSnoop sample application that is distributed with the Lync Server 2013 SDK shows how to receive all messages that the Microsoft Lync Server 2013 computer processes. The application displays the messages in a UI and maintains statistics about various SIP messages such as number of requests and processed responses.The application uses two application manifests, SipSnoop.am and SipSnoop2.am, to handle the following tasks.SipSnoop.am is the basic manifest that handles the following application features:Uses the element to configure the UserServices application run time.Configures server run time through .Uses the and elements to configure how the application receives each request, response, and the corresponding proxy.SipSnoop2.am uses the DispatchNotification function instead of the Dispatch function.Testing the applicationIf necessary, copy the %progfile%\Microsoft Lync Server 2013\SDK\Samples\SipSnoop folder to a Lync Server 2013 computer on which the application runs.To build the applicationOpen a command console in a user account that has elevated permission.Open the %progfile%\Microsoft Lync Server 2013\SDK\Samples\ folder.Use the following command to build the application. Compile SipSnoopTo run the applicationLog on to a Lync Server 2013 RTC Server Applications local security group account.Register the application by running the following commands in a Lync Server Management Shell window.Note is the placeholder for the fully qualified domain name for the test server.new-csServerApplication -uri " -identity "service:registrar:/SipSnoop" -critical $false -priority 6 -enabled $trueNoteThe application must be registered before the managed code is invoked.Start the application by using the SipSnoop.exe program.See alsoConceptsLearn the basics of Lync Server 2013 SDKHow to use Lync Server 2013 SDKLync Server 2013 SDK general reference --> Feedback Additional resources In this article
2025-04-03Skip to main content This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Download Microsoft Edge More info about Internet Explorer and Microsoft Edge Read in English Read in English Edit Share via What you can do in Lync SDK Article06/11/2018 In this article -->Learn what you can do with Microsoft Lync 2013 SDK, including changing sign-in connection settings, signing in to and out of Lync 2013, publishing enhanced presence, and administering user privacy relationships.Applies to: Lync 2013 | Lync Server 2013In this articleCore SDK tasksIn this sectionAdditional resourcesCore SDK tasksThe Microsoft.Lync.Model.LyncClient class represents the SIP endpoint that can accept a set of user credentials and sign in to Microsoft Lync Server 2013. In addition, LyncClient can publish the signed-in user’s presence. Finally, LyncClient is the entry point for all further API functionality except for conversation automation. You access additional Lync 2013 API features by getting specialized feature manager class objects from properties of LyncClient. For example, you get a specialized contact manager by reading the Client.ContactManager property to get the Microsoft.Lync.Model.ContactManager object.In this sectionHow to: Create a side-by-side endpoint in Lync SDKHow to: Change sign-in connection settings in Lync SDKHow to: Sign a user in to LyncHow to: Update and publish user telephone numbers in Lync SDKHow to: Administer privacy relationships between Lync usersSee alsoHow do I in Lync 2013 SDKWhat you can do with Lync ControlsWhat you can do with enhanced presenceWhat you can do with Lync contact listsWhat you can do with Lync conversationsWhat you can do with Lync meetingsWhat you can do with Persistent ChatWhat you can do with desktop, application, and display sharingWhat you can do with content sharing --> Feedback Was this page helpful? Additional resources In this article
2025-03-27跳到主要內容 已不再支援此瀏覽器。 請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。 How do I in Lync 2013 SDK 發行項06/11/2018 本文內容 -->Learn about adding Microsoft Lync 2013 features to your application by using the API classes in Microsoft Lync 2013 SDK.Applies to: Lync 2013 | Lync Server 2013In this articleHow do I add SDK features to an application?In this sectionAdditional resourcesHow do I add SDK features to an application?The topics in this section are grouped by Lync 2013 feature and should be reviewed in the order that they are presented in the following list. Each topic introduces a feature, provides a procedural list of the code to add to your application, and includes an example application that demonstrates how the feature is implemented in code.In this sectionTopicDescriptionWhat you can do in Lync SDKLearn what you can do with Microsoft Lync 2013 SDK, including changing sign-in connection settings, signing in to and out of Lync 2013, publishing enhanced presence, and administering user privacy relationships.What you can do with Lync ControlsLearn about the core tasks you can do with the Lync Controls, such as adding presences to a Web application and using Lync Controls to start a conversion.What you can do with enhanced presenceLearn how to use the Microsoft Lync 2013 API to programmatically implement enhanced presence features. These tasks include getting contact enhanced presence, displaying presence in a ContactCard, getting available communication modes from a contact, publishing enhanced presence, and subscribing to enhanced presence.What you can do with Lync contact listsLearn about the Lync contact list-related programming tasks you can do with the Microsoft Lync 2013 API. These tasks include searching for new contacts and distribution groups, adding and removing contacts from the user’s list, adding and removing custom groups, and displaying custom views of a user’s contact list.What you can do with Lync conversationsLearn about the conversation-related programming tasks you can do with Microsoft Lync 2013 SDK. These tasks include starting new conversations, accepting invitations to join conversations, docking Microsoft Lync 2013 conversation windows in your application, holding and transferring audio conversations, and handling delegated calls.What you can do with Lync meetingsLearn about the Microsoft Lync 2013
2025-04-23Skip to main content This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Beyond the basics in Lync 2013 SDK Article06/11/2018 In this article -->Learn about the advanced features of Microsoft Lync 2013 SDK that you can use to make your stand-alone Lync 2013 API-enabled application more flexible and robust.Applies to: Lync 2013 | Lync Server 2013In this articleAdvanced API featuresIn this sectionAdditional resourcesAdvanced API featuresThese advanced features are designed to give you programmatic access to some of the options that a Lync user can access through the Lync options menu on the client. If you're building an application that replaces the UI of a UI-suppressed Lync 2013 client and you want to provide a user with configuration options, then the topics in this section will get you started.UI suppression is a feature that starts the Lync.exe process programmatically from your application and suppresses the entire user interface of the Lync 2013 client. This means that a user can only access Lync contacts, change configuration settings, start and accept conversations, and participate in conversations through your application.Sign-in configuration means giving a user the ability to set connection settings. Settings include selecting automatic configuration or manual configuration, setting internal and external sign-in server names and IP addresses, and setting the connection protocol. These settings are also found in the Lync options, Personal, Advanced Connection Settings dialog box.Conversation alert settings give a user the ability to control the circumstances when a conversation invitation alert dialog box open on the primary display. With these settings, the user can set the type and priority of conversation invitation that opens the invitation dialog box.In this sectionTopicDescriptionBeyond the basics: Lync 2013 SDKLearn about advanced concepts such as UI suppression, sign-in settings, and telephone number administration in Microsoft Lync 2013 SDK.Beyond the basics: Lync ControlsLearn about advanced features of the Microsoft Lync 2013 Controls that you can use to make your stand-alone Lync 2013 API-enabled application more flexible and robust.Beyond the basics: Enhanced presenceLearn about advanced enhanced presence concepts such as Lync 2013 contact privacy relationship administration and custom presence states in Microsoft Lync 2013 SDK.Beyond the basics: Lync contact listsLearn about advanced features of Microsoft Lync 2013 SDK that you can use to give your custom Lync 2013 contact list advanced capabilities such as contact searching and distribution group expansion.Beyond the basics: Lync
2025-04-07ConversationsLearn about extending the functionality of the Lync 2013 conversation window by creating hosted Silverlight browser applications that are powered by Microsoft Lync 2013 SDK object model to tightly integrate the browser application with the hosting Lync conversation window.Beyond the basics: Lync meetingsLearn about obtaining meeting admission keys for external access, managing the lobby of a meeting, and pinning or locking the video stream of a meeting participant.Beyond the basics: Persistent ChatLearn about advanced features of Microsoft Lync 2013 SDK that let you enhance the Persistent Chat experience of the Lync 2013 user.Beyond the basics: Desktop, application, and display sharingLearn about advanced features of Microsoft Lync 2013 SDK that let you complete the resource sharing experience of the Lync 2013 user in your application.Beyond the basics: Content sharingLearn about using Microsoft Lync 2013 SDK to handle meeting content sharing events and shared content item presentation in Lync 2013 meetings.See alsoGet started with Lync 2013 SDKCore concepts: Lync 2013 SDKWhat you can do in Lync SDK --> Feedback Additional resources In this article
2025-04-20