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
0
votes
1 answer

Setting up development environment for UCMA Application

I have to create a Lync bot using UCMA. I have been facing a lot of challenges in just setting up a development environment, forget the actual coding. Before I put my question, I want to be clear that I am not a server/admin guy and my expertise…
KChow
  • 317
  • 3
  • 15
0
votes
0 answers

How to setup a development environment for UCMA Lync bot?

I have to create a Lync 2010 bot. The initial idea that I pitched for the development purposes was to create the application on my own laptop and add the application as a trusted application endpoint to the production lync server. In that way I can…
KChow
  • 317
  • 3
  • 15
0
votes
1 answer

How to setup UCMA Development environment locally for Lync 2010?

I have created a chat bot in c#. But the requirement has changed to a bot that can be directly accessed through lync. Lync is present in our network, but the server is separate and my development environment is not at the server side. I have a few…
KChow
  • 317
  • 3
  • 15
0
votes
1 answer

Source for finding Skype for Business Lync client application

I am trying to find the new Lync Skype for business client application online but couldn't able to find, if anyone know the source where can download this post the URL in the Answer section. I found few links they are referring to Lync Skype for…
Vivek P
  • 3,050
  • 6
  • 27
  • 31
0
votes
1 answer

Get conversation information from lync when own application is not started

We want to import lync conversations in our business software. This is no problem if the software is started while starting conversations over lnyc. Is it possible, to get conversations which were made, during our application is not running? Like MS…
BendEg
  • 20,098
  • 17
  • 57
  • 131
0
votes
1 answer

Using Contact.GetContactInformation in Lync SDK doesn't return status

I'm using the Contact.GetContactInformation method to attempt to pull a contact's availability information. The issue I'm running into is that it doesn't seem to be getting the correct information unless I actually go into Lync and have it refresh…
test
  • 2,589
  • 2
  • 24
  • 52
0
votes
1 answer

Visual Studio - VB - Windows forms project - 'variable' is not declared. It may be inaccessible

I'm trying to compile this code for a simple Lync "bot" as found HERE. I'm using Visual Studio 2013 and have the Lync 2010 SDK (and Lync 2010 client) installed. I know the required DLL from that SDK is imported correctly as I have used it elsewhere…
armani
  • 93
  • 1
  • 10
  • 23
0
votes
1 answer

Lync 2010 Save my Lync contacts in my personal contacts folder on the exchange server

Currently all of our users are using a global policy with Lync 2010 that sets the option "EnableExchangeContactSync" to false. This means that within the Lync client properties, the option "Save my Lync contacts in my personal contacts folder on the…
krubb
  • 15
  • 3
0
votes
1 answer

Unable to enable "Appear Offline" in Microsoft Lync 2010

I am unable to enable the Appear offline option in Microsfot Lync 2010 using Regedit and I have followed the following path but unable to find the "Communicator" folder in the below path and I unable to attached the error screenshot along with this…
Anand
  • 1
  • 3
0
votes
1 answer

MonitorID argument in Conversation window.ShowFullScreenMethod in lync 2013 sdk

In the belowclode ShowFullScreen methhod taking integer monitorID as argument,i dont know what that monitorID value is . ConversationWindow window = automation.EndStartConversation(ar); window.ShowFullScreen(int MonitorID); But i…
jammy
  • 73
  • 6
0
votes
1 answer

Lync 2010 with SQL Server 2012

As stated here or here SQL Server 2012 is not a supported platform for Lync 2010. Yet, is there any workaround? Didn't find a full solution on the web, so will be posting one which should help some of the people that might face this situation.
JoseTeixeira
  • 1,296
  • 8
  • 14
0
votes
1 answer

How to add title to Lync message with NameCtrl plug-in

I am using ActiveXObject/NameCtrl plug-in to integrate link into my web page (http://blogs.msdn.com/b/tomholl/archive/2013/03/02/integrate-lync-into-your-intranet-sites-using-the-namectrl-plug-in.aspx). Is it possible to add a title to Lync message…
0
votes
2 answers

Launch lync chat from another mobile application

To resume, I am developing a web application with Jquery mobile and I have a list of people from the same enterprise. I was asked if by one click on a person, the application could launch a chat via lync. I did some research and I found that :…
Pull
  • 2,236
  • 2
  • 16
  • 32
0
votes
1 answer

lync 2010 sdk can't catch received conversation message

I use lync 2010 sdk and develop with lync wpf application. I can send message to a group or a person but can't catch the received message text. like the code ı can catch when a new conversation added, but can't read message text too. Does anyone…
melek
  • 11
  • 5
0
votes
1 answer

Does Lync 2010 or 2013 store the user's presence history?

I would like to know if Lync 2010 or 2013 store the user's presence history (like the user was available at a particular time and was away at particular time") in the client application or at the backend server(logs).?? Thanks.
Saikiran
  • 67
  • 1
  • 8