Questions tagged [lync]

the server, client application & SDK designed for use with Microsoft Lync Server (or Office 365 Online) to provide Instant Messaging, audio/video, file and desktop sharing features to organisations.

Microsoft Lync (formerly Microsoft Office Communicator) and Microsoft Communicator 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.

Both Microsoft Lync and Microsoft Communicator for Mac are enterprise software, requiring connection to either an on-premise Lync Server instance, or a server instance in-cloud, such as Office 365.

The Lync client contains a contact list of contacts, along with their Presence status. Presence is automatically updated according to Outlook calendar activity, keyboard locking, making or receiving a AV call etc.

Lync supports a number of modalities, including IM, Audio, Video, Desktop Share, File Share. There is some low-level provision to extend this to add custom modalities.

A typical Lync installation will extend Outlook, Sharepoint and Dynamics CRM to presence-enable any Lync contacts displayed. Microsoft have also made available Silverlight/WPF controls to allow developers to Lync-enable custom applications easily.

Useful Links:

  1. Microsoft Lync landing page
  2. MSDN Lync landing page
  3. Lync 2013 SDK Documentation
  4. What is Microsoft Lync (a non-technical introduction)
  5. Wiki: Lync Server 2010 Features and How to Configure Them
570 questions
27
votes
0 answers

Microsoft Lync 2010 SDK. Not receiving instant messaging events

I have a test application using the Lync 2010 SDK in full UI suppressed mode. I am trying to build a simple instant-messaging client. I can send messages/text okay (for example to a non UI suppressed Microsoft Lync 2010 client), but I cannot receive…
Ken Forsythe
  • 501
  • 3
  • 8
27
votes
2 answers

what are difference between "Lync Server 2010 SDK" / "UCMA 3.0 SDK" / and UCC API?

I'm looking for the client side and server side API for Lync 2010. But I found many API that can be able to develop. Anyone what are difference between all of them? Please help Microsoft Lync Server 2010 SDK…
Lertwut W.
  • 273
  • 3
  • 8
22
votes
2 answers

Is it possible to force Lync to save conversation history without delay?

I am using Microsoft Lync 2010 version 4 running on Windows 7. It is hooked up to our exchange server, and it is set to "Save instant message conversations in my email Conversation History folder". This does work sometimes, but my problem is there…
Porco
  • 4,163
  • 3
  • 22
  • 25
22
votes
8 answers

Skype for business URI instead of Skype

As we have the option of opening links in skype by just providing the URI: skype:xyz?call Can we do something similar to achieve the same functionality but it opens in Skype for Business? Kindly let me know. Cheers.
Neophile
  • 5,660
  • 14
  • 61
  • 107
22
votes
4 answers

How to save Lync conversation history when Corp has blocked this feature?

I am using Lync 2010 (4.0.7577.4356), which we use on my small development team for IM'ing. Lots of technical Q&A are handled through this program and lots of other items that need to be documented. Unfortunately, our parent company has a policy…
Justin
  • 369
  • 1
  • 6
  • 14
16
votes
4 answers

Is it possible to have Lync communicate with a REST API?

I have created a basic REST API where a user can ask for an acronym, and the web-page will return the meaning of the acronym via a POST call. The majority of my end-users don't use the Internet as much as they use the Microsoft Lync application. Is…
Simon Kiely
  • 5,880
  • 28
  • 94
  • 180
15
votes
5 answers

Disable Lync Click to Call detecting numbers in a web page

Is there a way to stop Microsoft Lync from detecting phone numbers in a web page, and adding its click to call icon to that phone number in Internet Explorer? Obviously the client can disable this functionality in Internet Explorer, however I would…
Peter
  • 2,654
  • 2
  • 33
  • 44
15
votes
1 answer

If it possible to move cursor to new line (like skype "Alt+Enter")

In Lync, is it possible to move cursor to a new line when writing message (like Skype's Alt+Enter)?
Drasius
  • 825
  • 1
  • 11
  • 26
13
votes
1 answer

Integrating Lync 2010 with an external program

How can I integrate Lync 2010, with a program that does a DB look up and shows a small popup, with the information found, and also a few buttons with some options. The program is already running with some other types of phone systems, I kind of need…
Martin
  • 133
  • 1
  • 4
10
votes
2 answers

Importing PowerShell module in C#

I'm trying to write some C# code to interact with Lync using PowerShell, and I need to import the Lync module before executing the Lync cmdlets. However, my code doesn't seem to import the module and I keep getting a "get-csuser command not found"…
NullPointer
  • 2,084
  • 7
  • 24
  • 38
8
votes
1 answer

Edit MS Lync conversation chat in java

I am launching MS lync chat from an web application by using Go How can i set conversation title in java? Update : How can i capture the text event? I want to retrieve chat for some other…
happy
  • 2,550
  • 17
  • 64
  • 109
8
votes
0 answers

UCMA Send File & File Transfer Sample

There are no samples using for UCMA to send file from applicationendpoint to userendpoint or vice versa. I've tried below sample but it didn't work. See code and error: if (e.State == MediaFlowState.Active) { byte[]…
7
votes
2 answers

Lync does not start on OSX Yosemite (keeps rebooting)

Since I updated my Mac to OSX Yosemite, I can't log in to Microsoft Lync (14.0.9). The program keeps trying to connect, then connects for a second and disconnects back. This doing in an infinite loop. Changing the language on my computer to…
Mac Vicious
  • 129
  • 1
  • 2
  • 7
7
votes
1 answer

open lync chat window in javascript

I found the same question I'm about to ask on stackoverflow, but the answer didn't help as the link didn't deal with javascript as far as I can tell. Is it possible to open a new Lync conversation from a webpage? In a nutshell, I want to…
Anthony
  • 1,760
  • 1
  • 23
  • 43
6
votes
2 answers

Detecting an incoming call in Lync

I'm trying to detect an incoming call in the Lync client . This is done by subscribing to ConversationManager.ConversationAdded event in the Lync client as described in this post However, by using this method I'm not able to detect incoming calls if…
Nicklas Møller Jepsen
  • 1,248
  • 2
  • 16
  • 34
1
2 3
37 38