Outlook 2000 and Message Options window

A

apragent

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
 
M

Michael Bauer

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.
 
Top