Outlook 2003 - create new menu

  • Thread starter Thread starter Amir Atary
  • Start date Start date
A

Amir Atary

Hello all,

Is there any way to program a vba code that will do the following.
If i am highlighing a specific mail, and pressing right click on it
i would like to create a new folder in that menu and send the mail to a
specific folder in a local pst.

Is that possible?

Thank you
Amir
 
That would be a custom Explorer context menu. It's a hack in Outlook 2003
because there's no way to tell where the right-click occurred. In Outlook
2007 it's fully supported.

Search at www.outlookcode.com for "Explorer context menu" to see the hacks
that have been developed for this.
 
Back
Top