var fDesc=new Array(); fDesc[0] = "The MOC Client Logger was created because Microsoft Office Communicator 2005/2007 doesn't have automatic client chat logging to your local hard drive. Yes you can click on save as email during your chat, but who wants to do that? The MOC Client Logger will automatically log all your chats! Or if you prefer to limit your logging to certain people on your buddy list, it can do that too.

Main features:
-Automatically saves chats in *.txt format in any directory you choose
-Status Change Logging
-Ability to filter out buddies you wish not to log
-Search chat history
-Outlook 2007 integration
-Ability to automatically save IM's to Outlook 2007
-Forward IM's to any email address using Outlook 2007
-Create and/or send emails to anyone or everyone in your buddy list.
-Respond to IM's via email and you response will be put directly into the IM window. As if you were typing it directly into the IM window yourself.
-Export your buddy list
-Save your entire buddy list to a .txt file in the format: Group|Name|Email Address
-Importing of buddy list is only available in version 3/MOC 2007
-Select your buddies and/or groups in your list and create a chat with all of them all at once, without having to add them one by one.

Requirements:

-Microsoft Office Communicator 2005 or 2007
-Outlook 2007 for integration of certain features - see features section
-version 2: Administrator rights to your pc in order to install the application
-version 2: I have put the standalone application on the downloads page incase you don't have admin rights.
-version 3: Has been updated so you shouldn't need admin rights to install/run.
-Both version 2 & 3 require .NET Framework 2.0"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }