Programmatic Undo in Outlook 2003

M

Markus Eilers

Hi Everybody,

I have read through 3 books ( well... this includes the advanced
search on safaribooks ;) ), several forums and newsgroups. I have
noticed that the outlook programming model differs heavily from excel
and word but yet it is a usable approach.

One thing I absolutely can't resolve: Is it possible to undo actions
in outlook programmatically ? ( refer: Excel > Application.Undo() ).
Or do I have to leave the path of robust design and send keyboard
input (Ctrl+Z) to the outlook window to do so ?

Thanks for your expertise !
Markus
 
S

Sue Mosher [MVP-Outlook]

Outlook has no global Undo method. Instead of using keyboard input, however, you can use CommandBars to execute the Undo command on the menu.
 
M

Markus Eilers

Outlook has no global Undo method. Instead of using keyboard input, however, you can use CommandBars to execute the Undo command on the menu.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54








- Zitierten Text anzeigen -

Hello Sue,

thanks for your answer. I wouldn't believe it, if it hadn't been
you...

Kind regards,
Markus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top