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

How to get current conversation in xbap hosted by lync cwe?

I am implementing an extension of Lync conversation window(Lync cwe). Lync has an embedded browser, so I use xbap(WPF browser application) to display some information for this conversation. But I can't get the current conversation object in xbap…
Ronnie
  • 1
  • 1
0
votes
1 answer

Lync 2010 change display name of sender

Does anyone know how to override the display name of the sender of an instant message using the Microsoft.Lync API? Thanks
MicroMan
  • 1,988
  • 4
  • 32
  • 58
0
votes
0 answers

Lync presence is shown in IE8 but not in IE9 sharepoint 2010 contact list

I am new to sharepoint. I have sharepoint server 2010 and lync 2010 installed on the windows server 2008 R2. When I add any item to the list which has member field, lync presence icon is shown in IE8 but not in IE9. I have microsoft office 2010…
ravi
  • 1
0
votes
1 answer

Is it possible to extend Lync incoming call popup?

Currently I'm seeing only phone number of the caller. Is it possible to extend incoming call popup(add additional information querying DB by phone number) ? I'm using Lync SDK 2010. Thanks in advance
Sergejs
  • 2,540
  • 6
  • 32
  • 51
0
votes
1 answer

How to delete contact only from selected group with UCMA 3.0

When I try to delete a contact, stored in some group with _contactGroupServices.BeginDeleteContact -> _contactGroupServices.EndDeleteContact it's deleting from each group in contact list. Is it possible to delete this contact only from one selected…
Tahiaji
  • 420
  • 8
  • 15
0
votes
1 answer

How to return list of available contacts using MS communicator in C# Win form app?

I just downloaded VS 2012 to try create a simple application with a button and a list area. There is a list of contacts I want to store, So when the button is clicked, the the list gets populated with contacts who all are available in the MS…
camelbrush
  • 236
  • 6
  • 16
0
votes
1 answer

Launching a sip client from a Mobile Browser

Is there a way to get an href with a sip address to open in a Mobile browser on either iOS or Android like it does on a desktop browser? I'm using Lync 2010 as my sip client and it won't launch when I click that link in my mobile browser on either…
occasl
  • 5,303
  • 5
  • 56
  • 81
0
votes
1 answer

UCMA Generic QuestionAnswer activity

I am working on a UCMA 3.0 workflow application and am attempting to generate queries into our client management system allowing end users to obtain data about specific clients via voice or instant message. I was wondering anyone knows how to…
0
votes
1 answer

Lync 2010 UMCA 3.0 schedule conference join users automatically

I have implemented a service, that is capable of scheduling conference meetings in Lync 2010, that can be used for external users using the WEB client. But there is one problem still. I want to be able to schedule meetings far into the future, and…
Gunnar
  • 986
  • 3
  • 10
  • 24
0
votes
2 answers

Conversation Uniqueness

I have an application in which I have subscribed for ConversationAdded and ConversationRemoved. I want to maintain a list of dictionary of conversation which i received from ConversationAdded event and remove it from the list of once i get the…
decisive
  • 79
  • 12
0
votes
1 answer

Lync error: waitall for multiple handles on a STA threads is not supported

I'm trying to export IM chats logs from my Lync archive server. I've followed the instructions detailed at http://technet.microsoft.com/en-us/magazine/hh328432.aspx. When I issue my command: export-CSArchivingData -DBInstance
0
votes
1 answer

Not able to capture "NeedsSize" change event for Lync conversation window

I am developing sample application using Lync 2010 SDK. In that application i want to capture Lync IM window resize event. As I know Lync 2010 SDK do provides API's to capture re-size event for the Lync IM window. The application is launched…
decisive
  • 79
  • 12
0
votes
1 answer

simple example/tutorial showing how to send Lync messages from a console app

I have code I wrote using xmpp to all users to communicate with my code through instant messages. Since I'm in a Microsoft shop now I'd like to convert this code over to use Microsoft Lync. Problem is all the samples I've found only show you how to…
Agile Noob
  • 2,305
  • 4
  • 24
  • 35
0
votes
1 answer

How do i add contacts to lync 2010 api in vb.net

I am trying to develope an application that will help me import my contacts to lync 2010. I am doing this program in VB.NET using the Lync 2010 SDK. I am able to get all the users from the lync client to my application, but i am really struggling…
ImmortalJ
  • 3
  • 2
0
votes
2 answers

How can I save Conversation History messages using EWS and have them appear correctly in the Conversation History Folder

The Lync client Microsoft ships has an option to save conversation history into an exchange folder using EWS (Exchange Web Services) which is accessible through a c# managed API. When Lync saves messages in the Conversation History folder using…
SteveM
  • 305
  • 1
  • 2
  • 12
1 2 3
9
10