View Single Post
  #2  
Old September 18th 06, 09:29 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Send an email when a post item is posted to a particular folder

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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

wrote in message oups.com...
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.

Ads