Outlook rule check for messages not received

  • Thread starter Thread starter Gamecat
  • Start date Start date
G

Gamecat

I have an email sent to me from the same sender every day.
I want to set up an alert for when the message IS NOT received.
Any ideas?
 
See the Items.Restriction function. You can restrict the Items collection of
a certain folder for instance by the Subject and ReceivedDate.

Maybe you can run the code once a day when Outlook starts. For that use the
Application_Startup event.

--
Best regards
Michael Bauer - MVP Outlook
Category Manager - Manage and share your categories:
SAM - The Sending Account Manager:
<http://www.vboffice.net/product.html?lang=en>


Am Wed, 28 Apr 2010 23:47:01 -0700 schrieb Gamecat:
 
Otherwise you would need an Outlook Add-In that checks your inbox from time to time.
Tom
 
Back
Top