Questions tagged [lync-2010]

Microsoft Lync 2010 was released in 2011 (by Microsoft) to replace Microsoft Office Communicator 2007 R2 - an instant messenging and communications tool for large companies.

Lync 2010 can be thought of as a super version of Microsoft Live Messenger. In addition to instant messenging capabilities, the product can also be hooked into Exchange server and Outlook to allow users to see a traffic lighted 'presence' indicator for their contacts. This allows people at bigger companies to see if someone is at their desk (or at least logged into Outlook) before an attempt is made to contact them.

Lync 2010 also uses SIP to enable computer based phone conversations and conference calls.

The Lync 'presence' is derived by asynchronous calls to Outlook and Exchange Server, some of these calls are to wrappers of COM objects which can be viewed using a reflection tool.

150 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
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
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
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
9
votes
4 answers

Change status of Lync by script

Is it possible to change status of Microsoft Lync 2010 by script? I want Script which works on Win XP and change status to available after fixed interval.Tried to search in internet but was not successful in finding one.
Mayank Jain
  • 2,504
  • 9
  • 33
  • 52
6
votes
2 answers

Get All Contacts using Lync ContactManager

Right now I'm using the the LyncClient.ContactManager.BeginSearch method to find contacts. However, I haven't been able to figure out how to get all the contacts. I've tried passing "*" and "%" as wild-card characters but that has not worked. …
skeletank
  • 2,880
  • 5
  • 43
  • 75
5
votes
2 answers

Lync client state invalid

When using the Lync 2010 API the LyncClient can get in the Invalid state. This occurs if for instance the Lync process is shut down. When Lync is started again a call to Lync.GetClient() returns a Lync client reference in an Invalid state. Reading…
Nicklas Møller Jepsen
  • 1,248
  • 2
  • 16
  • 34
5
votes
1 answer

Lync 2010 Plugin - Silverlight WPF with elevated permissions

I'm developing a CWE (Conversation Extensibility Window) with WPF and Silverlight 4 on Visual Studio 2010, for Lync 2010. My application reads a list of .xml from the root directory of the application and into a string array. I've this code: bool…
5
votes
2 answers

Lync API: How to send instant message to contact by email address?

I have the email address of a Lync user and want to send him an instant message. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Lync.Model; using…
user479911
4
votes
1 answer

UCMA 3.0 Sample Learning Project

I am new to UCMA 3.0 (and new to Lync server as well) and want to get a feeling about how to talk to Lync 2010 server through UCMA. I want to have something quick and dirty, such as a step-by-step tutorial showing me how to set up the development…
Alex
  • 131
  • 2
  • 7
4
votes
2 answers

lync extension development

Could anyone please send me some urls or code samples for develop extension for lync 2010. I mean development some tools which can integrated into lync 2010 as extension. add a menu or button to lync 2010, when click the menu or button, the…
Alexey
  • 464
  • 2
  • 9
  • 20
4
votes
1 answer

Capturing Lync video stream

Is it possible to somehow capture a video stream of a lync conference in lync 2010 or 2013? I've got the beta running in our labs. UCMA provides hooks for AudioVideoFlow but only seems to operate on the audio side.. Is it possible to get a direct…
XeroxDucati
  • 5,130
  • 2
  • 37
  • 66
3
votes
1 answer

How to determine if there is a valid Lync user by email using Lync SDK?

Given an eMail address, I am trying to determine if it is a valid user's signin address. I've tried the code below, but it only works if the user has been queried by the Lync Client by the user before, otherwise the user is identified as…
Lockszmith
  • 2,173
  • 1
  • 29
  • 43
3
votes
1 answer

Lync SDK - Making a plugin for Lync

First of all, thanks. I want to know if there's some example or documentation about how to make a plugin to modify (specifically add a kind of input text, like text or emoticons) the Lync 2010. I read the Lync SDK and other documentation related,…
Leandro Bardelli
  • 10,561
  • 15
  • 79
  • 116
3
votes
1 answer

Microsoft Lync 2010 SDK. Video is displayed in upper left hand corner of screen

I have a test application using the Lync 2010 SDK in full UI suppressed mode. When the video is started by either party, on some computers the VideoWindow won't display in the panel that I provide the handle for. It instead is displayed on the upper…
Ken Forsythe
  • 501
  • 3
  • 8
1
2 3
9 10