Our company does not have a full SIP phone integration with with Microsoft Communicator. It is used for presence and IM. In Outlook, I like to use the Dialer (as I have my laptop modem plugged into my Phone {which is plugged into OOMA – yea baby!}) to save all those seconds. However, if MOC is running, then when I launch the Outlook Dialer, it pops up MOC and tells me that feature is not operational. Here is how to use the plain old TAPI dialer. HKEY_LOCAL_MACHINE\SOFTWARE... ......
I started down the path of saving window size settings in the application settings. The fact that I was repeating the same basic info for each form led me to investigate using a custom type to encapsulate this info. The custom type you want to save will have a couple of properties on it, but when you add it to the application settings, you just configure 1 setting. I couldn’t just use the utility to add my type, I had to edit the file. Here’s the steps: 1) Update the settings.settings file 2) Make ......