Programmatic Undo in Outlook 2003

  • Thread starter Thread starter Markus Eilers
  • Start date Start date
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
 
Outlook has no global Undo method. Instead of using keyboard input, however, you can use CommandBars to execute the Undo command on the menu.
 
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
 
Back
Top