View Single Post
  #1  
Old January 9th 06, 07:02 AM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default I want to send a new message to a user when a specific email arriv

Am Fri, 6 Jan 2006 19:53:02 -0800 schrieb sheldon:

What you´re looking for is the ItemAdd event of that folder. A sample is
available in the VBA help.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook



I have set up a rule that sends a message from a user to a specific

folder.
What I would like to do is, once the email arrives in the specified

folder,
send a brand new message to a user notifying him of the arrival of a

message
in that folder. I do not want to reply because there are attachments in

the
mail and I do not want to reply to the original sender. I can construct a
new email using vba but I need some type of trigger like checking the

folder
that the mail was routed to for unread messages and on each update of that
folder fire off the new message. If anybody could help I would really
appreciate it. Thanks

Ads