Microsoft Lync (formerly Microsoft Office Communicator) and Microsoft Lync 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.
Questions tagged [lync-2013]
201 questions
2
votes
1 answer
Lync 2013 instant message fonts and colors
Background - I am working on a Lync application which acts as a middle-man in conversations going to specific users. Basically, a call coming in to UserA is forwarded to UserB, but the caller isn't given UserB's details. From her point of view, she…

Guy Passy
- 694
- 1
- 9
- 32
2
votes
1 answer
Lync SDK 2013 - Join Meeting throws 'Value does not fall within the expected range.'
I am trying to run 'Join meeting sample' in Lync SDK 2013. Below code in the sample throws an exception "Value does not fall within the expected range.".
string conferenceUrl = MeetUrl.Text; // in the form of…

Kamal R
- 51
- 1
- 4
2
votes
1 answer
Outofbox SharePoint Presence Control to use UCWA Lync API
Our SharePoint 2013 customer need to display Lync presence on the client web browsers without installing Lync Client on the client PC
I am not familiar a lot with Lync development and SharePoint integration with it however I know for SharePoint 2013…

M.Ramadan
- 444
- 2
- 17
2
votes
1 answer
Retrieve call forwarding rules of a Lync client with server-side technologies (UCMA or MSPL)
How can I retrieve the call forwarding rules (routing) of a Lync client in a Managed SIP Application (serverside technologies like MSPL or UCMA)? The only thing I found is an Article on how you can do it clientside with the Lync SDK.
Also this…

Kirschi
- 1,088
- 3
- 12
- 32
2
votes
0 answers
Lync API - is it possible to add saved conversation history to a chat window when its opened?
Lync conversation history is blocked by corporate policy, but I've found a client side library whcih can hook into the messages as they arrive and save them to a file. Great.
What I'd like to know is if its possible to fill the conversation window…

Sam Holder
- 32,535
- 13
- 101
- 181
2
votes
1 answer
How to retrieve IM message from lync client 2013 communication
I am using lync 2013 sdk and i need to create a task with conversation IM message on the end of call.
I want some method as - conversation.getIMmessage() etc.
how can i implement that.

Ramashanker Tripathi
- 527
- 5
- 22
2
votes
2 answers
UCMA Steps to create Trusted Application
What are the steps to create a trusted server application and then deploying it on the lync server?
I am new to lync server application development.

Sagar Pilkhwal
- 3,998
- 2
- 25
- 77
2
votes
1 answer
Accept a Lync client's incoming call in UCMA 4.0 application
I have two Lync clients Hulk and Batman. Hulk calls Batman after which it rings Batman's Lync client.
Now, I want to write an UCMA 4.0 trusted application that should accept that incoming call so that there is an RTP connection between the two Lync…

Mr. Salomonder
- 43
- 5
2
votes
1 answer
How to set ExtensibilityWindowSize to small in Lync 2013
I developed the Lync conversation extension window to Lync 2013 client that used silverlight.
I want to resize the extension windows size and set the registry key "ExtensibilityWindowSize"=dword:00000000.
But the small size(dword:00000000) and…

ammoe
- 365
- 5
- 20
2
votes
1 answer
Self.Contact.ContactInformationChanged Event of Lync 2013 SDK
I am a basic developer of Lync 2013 SDK.
I want to change the custom presence status from my application to Lync 2013 client and vice visa.
LyncClient.Self.Contact.ContactInformationChanged has been added by form load event.
When I change the…

ammoe
- 365
- 5
- 20
2
votes
2 answers
Send IM message to specific user in the conversation Lync 2013 SDK in UI suppression mode
I am trying to create a messaging app using Lync 2013 sdk in UI suppression mode, i am using the following code to send message to all participants in the conversation, but i can't find a way to send a message to specific one of them, do anyone know…

Anas
- 711
- 7
- 24
2
votes
1 answer
Lync 2013 cannot show custom Presence status
I am a first step developer of Lync.
I want to development the system that manage the employee job and attendance with the custom presence status.
I can get custom presence status from my project.But this custom presence status cannot show in MS…

ammoe
- 365
- 5
- 20
2
votes
3 answers
Lync Integration with sharepoint hosted apps - Lync API 2013
I want to integrate lync presence,user profile picture and chat functionality with my sharepoint hosted apps. I have spent hours in searching the way to achieve this however no luck. I would appreciate any help in this regards.

Hrishi
- 61
- 8
2
votes
0 answers
Integrate Lync with Android
initiateSkypeUri(context, "skype:"+ skypeID+"?call&video=true");
public void initiateSkypeUri(Context myContext, String mySkypeUri) {
// Make sure the Skype for Android client is installed
if (!isInstalled(myContext,…

selva_pollachi
- 4,147
- 4
- 29
- 42
2
votes
1 answer
Is there any order in which records are stored in SessionDetails and Conferences Table in Lync Archiving DB?
Archiving Database Schema states that in the tables SessionDetails and Conferences tables, the column 'SessionIdTime' holds datetime value at which session request is captured by Archiving service.
But, is there any order in which the records are…

Yash
- 214
- 4
- 16