Send an email when a post item is posted to a particular folder

H

hart.christopher

I don't know where to start... I have a a public folder that contains
IPM.Post items. I need to send an email whenever something gets posted
to that folder. What event am I looking for, and where do I put the
code? I don't need details, just a starting point.
 
S

Sue Mosher [MVP-Outlook]

Does the public folder use a custom post form? If so, put code in the form's Item_Write event handler. Otherwise, you must choose whether to leave a machine running 24/7 to run Outlook code or develop an Exchange event sink.

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