Modify new mail alert/rule

  • Thread starter Thread starter raminder.sunner
  • Start date Start date
R

raminder.sunner

Hi everyone,

I have a rule that runs a script (macro shown below) to notfiy users
about a new mail arriving in the inbox.

Sub CustomMailMessageRule(Item As Outlook.MailItem)
MsgBox "Mail message arrived: " & Item.Subject
End Sub

I have noticed though, that if a user is away from their desk and say,
10 emails arrive the user has to click OK this many times to clear the
MsgBox. Can I specify a line of code that will clear all after one
click? If so, an example would be great!

Thanks in Advance,

RemySS
 
I have a rule that runs a script (macro shown below) to notfiy users
about a new mail arriving in the inbox.

Why would you do that when Outlook contains that feature natively?
 
Hi,

Because the Envelope in the task bar and the Desktop Alert are not
sufficient - they do not "make" the user check. Outlook 2000 had the
feature that I am trying to implement into 2003. The Desktop Alert will
stay for a max. of 30 seconds.

thanks
 

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