need to send automated replies to mails whenever a mail is droped

  • Thread starter automated replies to mails ina folder
  • Start date
A

automated replies to mails ina folder

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.
 
S

Sue Mosher [MVP-Outlook]

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/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba


--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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

Top