View Single Post
  #2  
Old April 29th 10, 11:30 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Outlook rule check for messages not received



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:

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?

Ads