| Thread | Last Post | Replies |
|
| New Mail Notification not occurring | 04 Nov 2004 23:13 GMT | 7 |
Thanks for your suggestion of turning off the firewall in SP2, Dmitry. We went ahead and installed SP2 on our test machine. Once we got SP2 to work, we tested our Add-in. Even with the firewall turned on, we can't duplicate the problem. So, now I'm believing that SP2 is not
|
| Location of a message | 03 Nov 2004 13:55 GMT | 1 |
Dear Sirs, How can I know (when a message is opened) where does it reside (Inbox, sentitems, public folder....)? Regards,
|
| context menus for folder list | 02 Nov 2004 22:50 GMT | 4 |
Is there a way to add to the context menu for tree items in the OL folder list? I see nothing in OOM that exposes this, but had to ask (seems like it would be something a lot of programmers would like to extend, a la the Windows shell...)
|
| Catching menu clicks in C++? | 02 Nov 2004 22:05 GMT | 5 |
I'm (trying to) program an addin in C++ (dev studio.net) for Outlook 2000 (and xp and 2003) How do I catch the event when the user clicks a button within the menu? Is there a way to DispEventAdvise for the Office::CommandBarControls or the
|
| Help for a C++ menu handler in a COM add in? | 02 Nov 2004 21:41 GMT | 3 |
I'm coding a com addin for outlook, in C++. My addin will have a menu on the toolbar (a Office::CommandBarPopup that will have buttons added into its CommandBarControls). I'd prefer to "hook up" an event sink in a central location, like a C++
|
| Outlook intercepts key presses | 02 Nov 2004 18:35 GMT | 1 |
I have created an Outlook add-in using ATL and C++ that brings up a dialog box when a button on the toolbar is pressed. Once the dialog is up if the user presses keys such as the delete key or the backspace key Outlook is intercepting and processing those keys, sometimes deleting
|
| Installing Ad-In in Outlook/Kerio Mailserver Connector | 02 Nov 2004 17:08 GMT | 1 |
I'm somewhat new to outlook, having been a Mac person, but I'm curious about installing add-ins to outlook. I do have a number of .ecf files and the one that I am particularly interested in is a Kerio Mailserver Connector. It appears in the add-in folder, but whenever I try to ...
|
| "This request is out-of-date" in appointment | 02 Nov 2004 06:28 GMT | 1 |
Some times a get several update to an appointment. Every update I open a get "This request is out-of-date" in the header of the Meeting, expect (of course) the last update. Can I automaticlly delete all the "out-of-date" updates (get the right
|
| com add-in and newexplorer event | 01 Nov 2004 21:35 GMT | 3 |
I'm writing a COM add-in for Outlook in Visual C++/ATL. In my add-in I use among other things the OnFolderSwitch event of the dispinterface ExplorerEvents and OnUpdate event of the dispinterface _CommandBars
|
| customize a view in code? | 01 Nov 2004 19:17 GMT | 2 |
Is it possible to add columns to a view programmatically? I seem to remember seeing it mentioned somewhere, but can't pin it down. tia, Mark
|
| Outlook calendar add-in | 01 Nov 2004 14:11 GMT | 1 |
I'm trying to develop an add-in that helps users add specific types of appointments to the Outlook calendar. I'm trying to do some things, but am having problems as there isn't any good docs available (vbaol11.chm stinks). Please tell me if I can do any of the following (code ...
|