communicator

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

Get Microsoft Communicator status

I'd like to add Communicator Presence to my application (much like how Outlook and other MS apps have it), and I'm unable to find documentation about how to fetch this status. Is there a way I can query the Live Communicator server for a person's status? If there are docs out there and I just can't find them, please give me a pointer in...

Is there a Office Communicator Automation API for Windows Mobile 6.0

Is there an Windows Mobile Office Communicator client API to develop a plugin using OCS. ...

Video window with Communicator API

Does anybody know if it is possible to show a custom video window with Communicator Automation API? ...

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 to do is integrate some of our buisness applications with Communicator/OCS, e.g. like h...

Communicator 2007 Custom Command Parameters

So i've played a little with the following http://technet.microsoft.com/en-us/library/dd819982%28office.13%29.aspx Basicly you add a bunch of registy keys that adds extra buttons in you communicator 2007, now it is kinda pointless if you can't add parameters, and the application does not seem to launch as soon as I add %user-id% %conta...

Microsoft Communicator 2007 R2: How to set custom Presence States ?

How do you configuring Custom Presence States in Communicator 2007? I've read the following articles... Technet: Customer Presence States I've tried the tool called 'Communicator 2007 Custom Presence Tool.exe' (this only works with Communicator 2007 (not Communicator 2007 R2) I've tried putting the file on the local disk (file://) an...

How to export/import MS Office Communicator contacts?

I had MOC 2005 re-installed on my office PC recently, and found to my chagrine that it had lost all of my contacts. I've searched for ways to export/import the contacts list, but have not found any useful answers. Some suggest looking in the registry at key tree HKEY_CURRENT_USER\Software\Microsoft\Communicator, but all I find are the ti...

How Does the Office Communicator Presence Status Work?

Hi, 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? Thanks, MagicAndi ...

Fonts and formatting in Office Communicator?

I have a bot which generates html messages and most of the IM clietns support HTML tags. But office communicator doesn't seem to understand HTML tags and needs fonts and formatting information in RTF format. I thought of using HTML to RTF converter and passing that RTF information to Office Communicator. But instead of displaying fonts ...

MPI difference between Communicator and Group

I have read the definitions of these terms and my interpretation is that there is a one to one relation between a group and a communicator. A group is a set of processes which wish to communicate with each other and a communicator is an implementation for a group. Is this correct? Why have two different terms if this is so? ...

OCS login error "clock error message" inside the intranet but OK from outside

Hi: I´m having problems trying to login on our OCS 2007 R2 from inside the corporate LAN but has no problemas at all from the outside. I´m on W7 and the client is the R2 one. Any help will be much appreciated. I´ve found some info about tweaking the registry and changing the time synchronization mode but has nothing to do with that (I ...

UCMA 1.0 Set Presence Status

Hi everyone, I'm asking here because I've search everywhere and could not find a correct solution about how to properly set a presence status using UCMA 1.0 Can you point me in the right direction? Thanks. ...

relation between ranks of processes after using MPI_COMM_split

I used MPI_Comm_split to split the default MPI communicator.If initially there were 10 processes in default communicator ,MPI_COMM_WORLD and ,say, their ranks were identified by id_original. The new communicator consisted of 4 processes with id_original 6,7,8,9.These processes will have ranks defined by , say , id_new in the new communi...

Move contacts from Office Communicator 2005 to 2007.

Please tell me how to move my contacts from Office Communicator 2005 to 2007. I have an XML file from my Application data with name "presence_*_com.xml" which contains all my contacts. Is there any way to use this file to get back my contacts into 2007 version? ...

Office Communicator Auto Accept Calls with C# API

Is there a way to automatically accept calls programmed with the C# Api when someone calls 'me' to start a video call? Starting a video call with the API is easy: var contactArray = new ArrayList(); contactArray.Add("[email protected]"); object[] sipUris = new object[contactArray.Count]; int currentObject = 0; foreach (object contactObject...

outlook web access api returns only 100 records.

Hi, I am trying to retrieve Global Address List from Exchange using OWA api. But it returns only 100 records. Is there any way i can retrieve more than 100 records using OWA api or any other API? Note: I require to retrieve data from Global Address List from Exchange Thanks in advance. ...

Calling Office Communicator via Silverlight Out of Browser

I need to invoke office communicator to create a chat window and phone call directly from Silverlight when running out of browser. When running in browser I do this and it works pretty well: System.Windows.Browser.HtmlPage.Window.Eval(String.Format("window.open(\"sip:{0}\", target=\"_self\");", sip)); When running out of browser as f...

Were you ever able to create a BOT using Office communicator 2007 R2

I read your post regarding creating a ChatBot using Office Communicator 2007 - I would like to know whether you ever got this answered, since I would like to create a Bot too - thanks. I have found the references for doing OC automation - but this is not what I like to do as it uses my current profile and cannot hold it's own conversat...

How do I set a default message in Office Communicator when opening a new conversation with a URI?

I'm using the Office Communicator Shell Integration to launch a new conversation with a resource using a URI to launch the conversation. However I want to inject a default message that the user just needs to click enter to send. I want to accomplish the same that the mailto: shell integration provides, but is that possible using a URI f...