Currently I am running an ASP.NET web application and my web page needs to provide a button to get the Lync Meeting URL just like the Outlook does:
Please see the screenshot here: Lync Meeting Address in Outlook
The behavior of this button is when it is clicked, the Lync Meeting URL is retrieved (maybe from the Exchange server) and is shown on a asp:Label control on the web page.
I googled but I have been told that there are three SDKs can be considered for this scenario:
- Lync SDK - seems the Lync client must be running while the SDK is in use
- Microsoft Unified Communications Managed API (UCMA)
- Microsoft Exchange Web Services (EWS)
I am really confused on these three SDKs, and don't know how to achieve my goal by utilizing these SDKs, could someone please help me? It would be much appreciate if you can post some sample code here.
Thank you!