View Single Post
  #2  
Old September 19th 06, 01:29 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default need to send automated replies to mails whenever a mail is droped

Use the MAPIFolder.Items.Add event to monitor the desired folder. The item added to it is passed as an argument. Help has code examples, and there is another at http://www.outlookcode.com/d/code/quarexe.htm.

Note that your scenario has nothing to do with custom Outlook forms. The newsgroup for general Outlook programming issues is "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/comm....program_v ba


--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"automated replies to mails ina folder" automated replies to mails ina wrote in message ...
I have a folder in outlook 2003 whenever a new mail is dropped in this folder
it should send my customised reply to the person and after that the mail
should be marked as read. a mail shoudl not be replied moe than once.

Ads