Re: Contextual menus

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Coding for the context menus can be done but it's hit or miss and some things just don't work or work correctly (such as determining the focus). See http://www.outlookcode.com/codedetail.aspx?id=314 and http://www.codeproject.com/atl/outlook2k3addin.asp for some methods to work with the context menus.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"axtens" <bruce_axtens@xxxxxxxxxxxx> wrote in message news:1136365488.175401.78460@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Granted, but we are not using SP2 where I work, and NET SEND works.

Bruce.


.



Relevant Pages

  • Re: outlook code newbie needs help
    ... There are no other context menu workarounds for versions earlier than Outlook 2007, where context menus are fully exposed to the object model. ... i suggested maybe we could create a public folder, have users move the messages there, and then have a script that runs on the server every 30 mins to monitor that folder... ...
    (microsoft.public.office.developer.outlook.vba)
  • Re: PST file and registry key
    ... Context menus don't have anything to do with registry keys. ... Outlook 2007 exposes various context menus. ... I need to add my own Context menu item after right click of pst file. ... Which registry key I have to modify for pst file. ...
    (microsoft.public.office.developer.outlook.vba)
  • Re: Disabling command bar buttons fails in Context Menu
    ... The OnUpdatehack is the only way to access the context menus before Outlook 2007, so that's what you have to use. ... While the, Context Menu, ideally, should be on the same event as well but currently/initially resides on the OnUpdate event of the CommandBars as this is were the Context Menu is created/updated. ...
    (microsoft.public.office.developer.com.add_ins)
  • Re: Outlook 2000 and Message Options window
    ... The only way I know woul be to call the CommandBarButton.Execute. ... this case that doesn´t work because Context Menus in Outlook ... Michael Bauer - MVP Outlook ... OPTIONS from the popup menu. ...
    (microsoft.public.outlook.program_vba)
  • Re: Programming Context Menus
    ... Outlook 2007 provides Application-level events for the most commonly used context menus that are very easy to use from VBA. ... Author of Configuring Microsoft Outlook 2003 ...
    (microsoft.public.outlook.program_vba)