Questions tagged [office-communicator]

Microsoft Office Communicator is a communications and collaboration application that includes instant messaging, voice, desktop sharing and video. It integrates directly with Microsoft Office applications (Excel, Word, PowerPoint, OneNote, SharePoint, etc.). It is commonly used in the Enterprise and was replaced by Lync.

61 questions
27
votes
1 answer

Where did the communicator API go with Lync 2013 for VBA?

Prior to Lync 2013, there was a reference you could use for connecting Lync/Communicator to VBA: Microsoft Office Communicator 2007 API Type Library This allowed you to write code such as: Dim msgr As CommunicatorAPI.Messenger Dim msg As…
enderland
  • 13,825
  • 17
  • 98
  • 152
6
votes
1 answer

Can I use the Microsoft Lync API to communicate with Communicator 2007/2007 R2?

I'm coding IM Presence information into one of my companies silverlight applications. So far, the only solution I've found is one on CodePlex (Silverlight.OCS). It's "okay", but it's extremely dated. The Lync SDK makes it obnoxiously easy to get…
Chianti
  • 61
  • 4
5
votes
1 answer

Add MS Office communicator presence indicator into JSP

I want to add MS Office communicator presence indicator into my Java Application(jsp).
Pritesh
  • 51
  • 1
  • 3
5
votes
1 answer

How Does the Office Communicator Presence Status Work?

I'm interested in finding out more about the Microsoft Office Communicator IM client, and how it determines your presence (i.e if you are at your computer or away). Can anyone point me towards a tutorial that explains this, or details of the API?
Tangiest
  • 43,737
  • 24
  • 82
  • 113
5
votes
2 answers

How to Get all users from Office Communicator to asp.net web page?

I am facing a serious problem. I want to display all users and their status in a HTML Table .Is it possible to do using javascript ? I have gone through the below link where it is showing only one user and it's status and user mail id is hard…
Chandan Kumar
  • 4,570
  • 4
  • 42
  • 62
4
votes
1 answer

Microsoft Office Communicator randomly gets focus

After installing Visual Studio and SharePoint 2010, all our developers have been experiencing a problem with Office Communicator randomly activating its dialog window and taking the focus. It gets worse when your running the VS debugger. We have…
bjohnson
  • 41
  • 2
4
votes
2 answers

Is there any Perl Module available to send messages to Office Communicator?

Is there any Perl module available to send messages to Office Communicator? I searched in CPAN but without any luck. Can I use Python or Ruby to send messages to Office Communicator. I want to do this from a Linux Box.
Raghuram
  • 3,937
  • 2
  • 19
  • 25
4
votes
2 answers

Communicator/OCS 2007 Integrated programs / plugins, How?, When?, What?

I've found the following blog http://www.modalitysystems.com/blog/?cat=14 but have not had the time to delve deeper into the different aspects described in it. I figured i'd throw out a broad question to you people and get some input :) What I want…
thmsn
  • 1,976
  • 1
  • 18
  • 25
4
votes
1 answer

Python - Office Communicator API - Is it possible to send messages despite restrictions

I've messed around with a number of Office programs using win32com in Python. Excel has been useful and Outlook was simple to satisfy my basic use needs. I have Microsoft Lync and I'm having trouble using it. I know there are restrictions but what I…
Ross Warwick
  • 71
  • 2
  • 4
3
votes
1 answer

office communicator API for java

I need to contact the microsoft office communicator from a java application(without javascript). I require to get the contact id and ping them back through communicator.Is there is any Jars for doing this. Thanks in advance .
user1220436
  • 89
  • 1
  • 6
3
votes
1 answer

Configure Hudson to send build notifications to Mircrosoft messenger

Is it possible to configure Hudson to send build notifications to Microsoft Communicator (or Microsoft Lync) using its instant message plugin? If possible, please tell me how to do that? Thank you.
3
votes
1 answer

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 a developer be forced to have two different…
Jim Rush
  • 4,143
  • 3
  • 25
  • 27
3
votes
2 answers

Is it possible to develop plugins for Microsoft Office Communicator?

Is it possible to develop plugins for Microsoft Office Communicator? If so, where does one start -- is there an SDK?
Dan Esparza
  • 28,047
  • 29
  • 99
  • 127
2
votes
1 answer

Integrating Microsoft Office Communicator 2007 R2 - Samples?

Basically, I can't seem to find any good resources out there for examples. I attempted to download a couple of msi from microsoft.com, and one of them included isntalling a solution file (.sln), but when I open the solution I can't actually compile…
michael
  • 14,844
  • 28
  • 89
  • 177
2
votes
1 answer

Integrate Microsoft Office Communicator 2007 in ASP.NET Page

I am working on a website build using ASP.NET and C# for my company's intranet.So is it possible to integrate the Microsoft Office Communicator 2007 in ASP.NET Page. i.e. the site should be able to provide the current status(avalible, busy ,…
Aditya Singh
  • 9,512
  • 5
  • 32
  • 55
1
2 3 4 5