office-communicator

COM Exception trying to get Presence from Office Communicator 2007

I am building a proof of concept on a new box that has been set up with Windows Server Standard running IIS 7. The task I need to do is take the logged in user and using Office Communicator 2007 check for the presence (and type of presence, online, offline, away, busy etc) of other users on the exchange box on the same machine. The cod...

Can I open office communicator (Lync 2010) in chat mode?

In an Win/IE environment with the right settings you can fire up a .exe file. The following code runs fine to fire up Microsoft Lync (the new name for Office Communicator). ... <a href="#" onclick="fnShellExecute();">start chat</a> </body> </html> <script type="text/javascript"> function fnShellExecute() { var obj...