Context Menu does not work for RTF preview window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have added a submenu to the context menu for the message preview window
and it works fine as long as the message in the preview window is an HTML
document window. I saw a nice example at
http://www.codeproject.com/atl/outlook2k3addin.asp and it works great for
HTML windows. However for an RTF window it does not work. When I right click
directly IN the preview window - when it is an RTF window - I do not see the
context menu item in the command bar items. Does anybody know how I can
modify the context menu (when clicking in the preview window) when the
message is an RTF message? If I click on any other of the panes I get the
context menu. But when I click directly in the RTF message window I do not.
Any suggestions would be greatly appreciated.

Thanks
 
I solved my own problem by writing a whole bunch of code. The only way to do
this by going into the windows API and finding the control window and
hooking. This is not something the novice windows programmer should attempt.
I hope Outlook 2007 is improved and will provide some necessary plugin logic.
 
Outlook 2007 provides interfaces for several Application-level context menus.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top