Context menu selection

  • Thread starter Thread starter Julieta Prandi
  • Start date Start date
J

Julieta Prandi

Hi,
I want to customize the context menu in Outlook 2003 and I need to know the
folder where the context menu is created.
Do you know any way to get that folder? I mean not the selected folder
because not always the selected folder is the context menu folder.

Thanks,
(- Julieta -)
 
Hi Julieta,

A context menu in Outlook is just a commandBar object which get created dynamically when you right click! You could handle it preety much the way you handle CommandBars in Outlook. Take a look at www.Outlookcode.com. You wil find some examples there!

Hope that helps,
BKash
 
Back
Top