Prompt on Delete Wrapper

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

Guest

Using VBA in Outlook 2003, I need to prompt the user with a simple message
box when they delete an e-mail from the Inbox.

I am using ItemRemove now which works like a champ, but it's extremely
limited in that it won't give me details about the e-mail (i.e., number of
attachments). Is there a better way? Is this even possible?

Doug
 
ItemRemove fires of course after the item has already been deleted. And it
won't fire if more than about 16 items are deleted at once and often if the
last item in the folder has been deleted.

There really isn't a better way (Outlook 2007 improves things, but that
doesn't help with earlier versions of Outlook).
 
Back
Top