How to add context menu to oulook 2003 folder right click

Add-in Express™ Support Service
That's what is more important than anything else

How to add context menu to oulook 2003 folder right click
 
Chan Chi Keung


Guest


HI!

Is there any possiblity to add custom menu option to outlook folder?

Also, I manually create folder. Is it possible change icon ?


Thanks in advance!
Posted 09 Apr, 2007 01:55:59 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Chan Chi Keung,

Is there any possiblity to add custom menu option to outlook folder?

Yes, it is possible. Please download the following demo project:
http://www.add-in-express.com/projects/adx-ol2003-folder-context-menu-d7.zip

Also, I manually create folder. Is it possible change icon ?

It is impossible.

P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.

Posted 09 Apr, 2007 08:46:57 Top
Chan Chi Keung


Guest


It works great and Thanks a lot!

How about possible to specify icon for my custom mapi folder?

Thanks!
Posted 09 Apr, 2007 23:16:32 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Chan Chi Keung,

How about possible to specify icon for my custom mapi folder?

It is not possible to specify a custom icon for the Outlook folder.


Posted 10 Apr, 2007 07:30:02 Top
Andrei Jugovic




Posts: 59
Joined: 2007-02-08

Yes, it is possible. Please download the following demo project:
http://www.add-in-express.com/projects/adx-ol2003-folder-context-menu-d7.zip


I tried out this demo as well. I am using Outlook 2007 and the Demo did not add any menu item to the folders context menu (using Delphi 2006).

Any idea what might have gone wrong? Is that Demo compatible to Outlook 2007?

I tried the the following demo too:
http://www.add-in-express.com/files/adxht-010-d5-7.zip

This demo works fine and adds some menu items to the context menu of mail items. How can I extend this demo to work with folders as well?

Thanks
Andrei
Posted 16 Apr, 2007 08:20:04 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Andrei,

You can use the TadxOutlookAppEvents.OnFolderContextMenuDisplay event instead of CommandBars.OnUpdate in Outlook 2007.


Posted 16 Apr, 2007 10:55:04 Top