Code to invoke a MessageBox when new mail arrives!

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

Guest

Hi Everyone!

I am sick and tired of the envelope in the task tray disappearing when i
mark an older email as read - i still have unread emails and i need a
reminder for when mail is there, similar to Outlook 2000 which had a message
box appear saying "new mail, read now?" or something like that.

So what i would like is to have a dialog box like this appear and ask the
user to click ok. It would also be useful if the message box was always on
top so it didnt matter what program i was currently using.

Some help on this would be most welcome!!

Thanks
 
Am Thu, 20 Apr 2006 07:58:02 -0700 schrieb RemySS:

What an awful thought that incoming e-mails would be able to start
always-on-top-dialogs...

Anyway, you can use the ItemAdd event of the Inbox to display you own
dialog. But in VBA there´s no easy method to display that one or an UserForm
always on top.

This topic is for outgoing mails but the dialog things are the same:
http://groups.google.de/group/micro...group:*outlook*&rnum=4&hl=de#13dc14a6c87903e2
 
Back
Top