Microsoft Lync (formerly Microsoft Office Communicator) and Microsoft Lync for Mac are instant messaging clients used with Microsoft Lync Server or Lync Online available with Microsoft Office 365 and Live@Edu. They are replacements for Windows Messenger which was used with Microsoft Exchange Server.
Questions tagged [lync-2013]
201 questions
0
votes
1 answer
Lync 2013 Web API (UCWA) Location
Is it possible to retrieve the location of a contact using the Lync 2013 Web API (or UCWA)?
If that is possible, could this be extended to people who are not necessarily in your contacts?
Thanks.

Daniel Danny
- 139
- 9
-1
votes
1 answer
Unable to get property 'srcElement' of undefined or null reference OR window.event is undefined in FF
I have implemented a Lync Contact Card Presence as follows:
var email = "userEmail@example.com";
var uuid = guid() + ",type=sip";
IMNRC(email, document.getElementById(uuid));
function guid() { function s4() { return Math.floor((1 + Math.random()) *…

fmourtaza
- 179
- 1
- 16
-1
votes
1 answer
Lync 2013 SDK - Change meeting view - C#
How can I change the meeting view using Lync 2013 SDK (either Lync Automation or in UI Suppression mode).
I have searched a lot but didn't found anything that can let me know how to achieve this programmatically. I am using C# language but example…

Manish Dalal
- 1,768
- 1
- 10
- 14
-1
votes
1 answer
Dock all new conversation for lync
I'm using lync SDK 2013 and I'm currently trying to dock conversations.
Right now, i can dock conversation if I know the sip (sip writted Inside the code).
But i'd like to know if it's possible to dock ALL new conversation, regardless of how i…

Foldras
- 1
- 1
-1
votes
1 answer
Lync 2013 Installation ERROR
I am trying to install Lync2013 in Windows server2012. I have completed steps like prepare active directory, prepare first STD Edition server, Install Administrative tools and have build Topology. After I complete all these steps when I try to Click…

Emmanual
- 1
- 6
-1
votes
1 answer
how to get lync chat in to java app using lync API
I have a lync account.When someone send a message.I want to get that message in to my java application.What are the steps I should follow to create this application.I read lync API but i can't find way to get data inside lync.If I can get that data…

heshjse
- 878
- 2
- 14
- 30