How to set up so when deleting an e-mail it auto opens the next?

  • Thread starter Thread starter Leece123
  • Start date Start date
L

Leece123

Hi there,

I've just upgraded from express to outlook 2007. In the old system if an
e-mail was open and it was deleted, the next message was automatically
opened. Does anyone know how to set this up please ?
 
AFAIK, Outlook cannot do that. You might try this VBA sample:
http://www.vboffice.net/sample.html?mnu=2&pub=6smp=40&cmd=showitem&lang=en

Open the VBA environment (alt+f11), then open the project explorer (ctrl+r)
and double click "ThisOutlookSession" to open that code module. Then copy
the code into ThisOutlookSession, click Save, and restart Outlook.

It doesn't open the next email if you delete on, but it deletes the last
opened email if you move to the next or previous one.

--
Best regards
Michael Bauer - MVP Outlook
Outlook Categories? Category Manager Is Your Tool:
<http://www.vboffice.net/product.html?pub=6&lang=en>


Am Sun, 6 Apr 2008 02:11:00 -0700 schrieb Leece123:
 
Am Mon, 7 Apr 2008 08:38:20 +0100 schrieb Gordon:
Yes it can. In Outlook 2007 do Tools-Options-Preferences-Email Options and
in the top section, email handling, change the drop-down box against "After
Moving or deleting an Open Item" to "Open the next item"....

Thanks, I didn't know that. Outlook 2003 can do it as well.
 
Michael Bauer said:
Thanks, I didn't know that. Outlook 2003 can do it as well.

I didn't know either, until I looked. I use the default of "back to
Inbox"....:-)
 

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

Back
Top