Tagged Questions

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 ...

learn more… | top users | synonyms

26
votes
0answers
785 views

Microsoft Lync 2010 SDK. Not receiving instant messaging events [closed]

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 ...
5
votes
1answer
185 views

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 ...
4
votes
1answer
789 views

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 ...
3
votes
2answers
795 views

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 ...
2
votes
3answers
122 views

Using try/catch blocks with Lync 2010 cmdlets in powershell

I've written a function to wrap the the new-cssipdomain cmdlet with a try/catch block incase the sip domain already exists. Code is: function LHP-AddSIPDomain { param ( [string] $SIPDomain) ...
2
votes
3answers
2k views

Making audio calls using Microsoft Lync from a third party application - Lync SDK

We have a chat application which works on ASP.Net web applications. We want to allow users to make calls to other users through our chat application. To provide that we want to make use of Microsoft ...
2
votes
3answers
500 views

Deploy a Silverlight Lync application on IIS7

I'm writing a Silverlight application in Visual Studio 2010 leaning on the walktroughs in the Lync SDK. If I run the application in VS 2010 it all works in debug and in the release version. If I ...
1
vote
1answer
118 views

Adding custom toolbar and docking your app to Lync Client main window

I looked over the internet to find out how to add a custom toolbar to Lync client main window as well as to doc my web application to the main window when it triggered by a button on the custom ...
1
vote
1answer
86 views

Any good online source of information about Lync SDK Client Automation programming in .NET?

Is there any good source of information about the Lync SDK in gerenal, and about Lync Client Automation in general? Free online sources are preferable, but if there are none that you know of, I'll ...
1
vote
1answer
28 views

using BeginVerifyPin and EndVerifyPin methods in a UCMA workflow

need a simple example of how to call ApplicationPinServices BeginVerifyPin and EndVerifyPin methods from inside a UCMA workflow to verify user pin number... ApplicationPinServices has an internal ...
1
vote
1answer
208 views

Lync API using PresenceIndicator outputting TypeInitializationException within InitializationCompleted

I am using the Lync API within a WPF application. I have used the Office365 Lync Lab 9.1 within the training kit. However when I move the code into my WPF application the PresenceIndicator or ...
1
vote
1answer
184 views

Execute Lync 2010 extension code before user accepts call

I'd like to execute some custom code every time Lync 2010 receives a call. I tried it with a Conversation Window Extension (CWE), which contains a Silverlight client, and the Silverlight client uses ...
1
vote
1answer
360 views

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 ...
1
vote
1answer
138 views

Can I dock Lync SDK conversation on WPF without using winformshost?

I'm trying to build an application taking Lync SDK as a base, according to documentation on MSDN I need to dock the conversation windows on a winformshost. But the problem here is winformshost is ...
1
vote
1answer
872 views

how to add a tab into lync 2010 client

Thanks First. Could any one tell me some reference urls or docs to implement this function. Add a customerized winform tab into lync 2010 client. (in the main window, not the contact window ...
1
vote
2answers
339 views

Lync sdk work with Asterisk?

I have a requirement to develop a VoIP client with wpf/silverlight. I heard that Microsoft Lync is a good option but I would like to use the developed application against Asterisk server (VoIP server) ...
1
vote
1answer
515 views

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 ...
1
vote
2answers
1k views

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 ...
1
vote
1answer
400 views

Silverlight - Lync Application nested in a table

I'm very new in Silverlight and the Lync-SDK. So sorry for the question from a beginner. Long time ago, i wrote al little web application, based on php for reading out contacts from a sql database. ...
1
vote
1answer
556 views

Change Lync status on logout

I have a custom Lync application for changing a user's status/presence. For the app, Lync runs on suppressed UI on some machines and not on others. I want it to prompt the user "Would you like to ...
1
vote
1answer
384 views

Custom Lync Client fails on startup

I'm writing a custom light-weight in/out board (AKA Status, Presence, etc.) application using the Microsoft Lync 2010 API. It needs to run after startup/login but I've ran into a problem when I login ...
1
vote
1answer
585 views

lync + Exchange on Same Server?

I'm attempting to build a test infrastructure Active Directory + Lync + Exchange. After installing Lync on my Exchange Server, I was unable to connect to Exchange. I don't know for sure that I was ...
1
vote
1answer
2k views

Can Lync 2010 and Communicator 2007 (w/ or w/o R2) client be installed on the same machine

Can both clients be installed and used at the same time ? The purpose of using both is based needs to develop for Lync 2010 while still using Communicator 2007 in a corporate environment. Or would ...
1
vote
2answers
819 views

Lync error in Silverlight: Client not trusted

When I try to load my Lync Controls in a Silverlight application I get the error: Client is not trusted. This error doesn't appear when I debug the Silverlight application without the corresponding ...
1
vote
2answers
861 views

How do I access the Lync 2010 whiteboard feature in the UCMA 3.0 SDK?

I am building a web application that uses the UCMA API 3.0 to establish a Lync 2010 chat between our customers on our website and our support team. Chat and even video work great but, one of the ...
1
vote
1answer
615 views

Is there a way to send message from Windows Live Messenger to MS Lync users?

HI, Is there a way to send message from Windows Live Messenger to MS Lync users? Change some settings or something else?
1
vote
1answer
643 views

Is Microsoft Lync Server 2010 a good fit for public-facing applications?

The release candidate for Microsoft Lync Server 2010 (formerly known as Office Communications Server and/or Speech Server) was just made available for download. From the site: Microsoft Lync ...
0
votes
1answer
20 views

Alert in lync when i receive mail from particular mail id

We are using Lync 2010 and Microsoft outlook 2007. If i receive a mail from particular mail id, I should be alerted by lync. Is that possible? how to achieve it ?
0
votes
1answer
34 views

Lync 2010 - Adding an image/banner/web/window to main/chat - (CWE)

I'm working with Lync 2010 and I'm looking for the way to add a little window (like a CWE) next to the Lync main window or a chat window. Actually I do this but only for a chat, so there are my ...
0
votes
2answers
193 views

401 unauthorized on final REGISTER Handshake on custom lync-client

I have implemented ntlmv2 for lync-server login in an custom made lync client.The message that I send to server is ..... (3rd register message) REGISTER sip:example.com SIP/2.0 Via: SIP/2.0/TLS ...
0
votes
1answer
32 views

Can't Lync 2010 be installed in windows 2003 server?

I have asked our IT team to install Lync 2010 in my Windows 2003 server machine. IT person told that it can't be installed in Windows 2003 server. Is it not compatible with Windows 2003 server or ...
0
votes
1answer
87 views

Lync 2010 UCMA 3.0 SDK - Call Forwarding

How can I use the Lync API to change current user "call forwarding" option to another SIP or a number? Thanks
0
votes
1answer
93 views

Send message via lync using powershell

Is there a way to send message to lync via powershell. My scenario is like this. My teammate may request for some task and i will initiate the powershell script to complete that task. It will send ...
0
votes
1answer
60 views

can I start Lync 2010 client application using the Lync 2010 SDK

in cases where I am using Lync 2010 SDK (which depends on having the Lync 2010 client being installed and operational) in a web application and that client is closed, can I using the Lync 2010 SDK to ...
0
votes
0answers
44 views

Parse text in Lync IM conversation?

We currently have a block list for Lync 2010 that contains all file extensions because someone at the company accidentally sent a malicious link to someone else. Long story short, none of the ...
0
votes
1answer
76 views

How to read a file from Silverlight embedded in Lync?

I'm trying to read a XML file from Silverlight. I do it perfectly and I read it from xap as a desktop application (running on VS 2010). But when I load the silverlight from CWE (Conversation Window ...
0
votes
2answers
58 views

interrogate the Data in Lync 2010?

I developed a seat plan website - it uses the Lync SDK to pull back user details - (i.e. when a name is clicked on the map it passes the name into the Search box and then lists the person in the ...
0
votes
1answer
69 views

Web App works fine on Visual Studio 2010 but not IIS?

I am having a problem with deploying a web application I have developed. It is a Lync SilverLight Applicaton (ASP.NET MVC Web Project). When I run this from Visual Studio everything works fine. Its ...
0
votes
1answer
356 views

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

how to develop a lync client using uccp api

I want to develop a lync client using the UCCP API SDK. When I make a video call from external network to internal network using the sample application (UCCAVSAMPLE) from the UCCP API SDK it is ...
0
votes
1answer
102 views

Microsoft Lync and Avaya PBX system

I am a complete beginner concercing Microsoft Lync and PBX systems, so please bear with me. I have set up a Lync standard server which is running fine. We can chat/audio & video conference on our ...
0
votes
1answer
102 views

Application Sharing limitations in UCMA 3.0 Contact Center sample application

Let me preface this by saying that I know the ContactCenter sample is just a sample and that the application sharing extension classes it exposes are not officially supported. With that said, I've ...
0
votes
0answers
67 views

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

Microsoft Office Communicator SDK vs Lync SDK

Since Lync is the replacement to Microsoft Office Communicator, does that mean that if I write an app that integrates Microsoft Office Communicator 2007 R2, and then later I upgrade to Lync 2010, will ...
0
votes
1answer
375 views

Lync SDK - Making a plugin for Lync - Conversation Window Extension

I was reading the MSDN documentation about Conversation Window Extensions and all of the examples that I found require working with IIS. Is there some way to create a CWE without using IIS? Can I ...
0
votes
1answer
167 views

How can I share a powerpoint presentation on Lync SDK? (WPF application)

I'm trying to find a way to share my presentation on my WPF application based on Lync SDK. But so far, I couldn't found a way. AutomationModailities class only supports audio, video, text and file ...
0
votes
1answer
250 views

How can I set a video call to start in full screen programmatically? (Lync SDK)

I am trying to find a way to start my video conferencing in full screen view, I'm writing a WPF application using Lync SDK. I've been looking over Lync SDK and practicing the examples on MSDN for a ...
0
votes
1answer
225 views

Setting outgoing video source as BitmapSource in LyncSDK video conversation?

So I have a strange combination that I need to do, I'm trying to build a conferencing tool using Kinect as a webcam and Microsoft Lync as a base. Don't ask about why Kinect? its a long story but a ...
0
votes
0answers
167 views

Show Lync ContactCard in Silverlight 4 by code

I would like to be able to show ContactCard/PopupContactCard control on MouseEnter event of a control. Does anyone know how to show the contact card? So far I was not able due to internal/protected ...
0
votes
1answer
337 views

Lync Online API

I'm not familiar with Lync at all. Is there a way to communicate with Lync Online without having to install the client in the server. We aer in the need of creating a Windows service that will be in ...

1 2