Outlook 2000 and Message Options window

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

Guest

Is there a way to programmatically display the MESSAGE OPTIONS window for a
message from VBA. Example code would be great...

This is the window you get when you (right-click) on a message and select
OPTIONS from the popup menu.

Thanks
 
Am Wed, 8 Mar 2006 15:12:29 -0800 schrieb apragent:

The only way I know woul be to call the CommandBarButton.Execute. But in
this case that doesn´t work because Context Menus in Outlook (right click)
are build not before they were called once. If you then call another Context
Menu then the first one is being destroyed.
 
Back
Top