When items are posted to a public folder, how do I get Exchange (Outlook?) to forward a generic notification to a distribution list? Using the Folder Assistant in Outlook2003 will only; a) reply to the person who makes the original post b) forward the original post to all members of the DL Niether of these is a viable solution and I was told it should be done with an Event sink in Exchange. I know absolutly nothing regarding programming and I am having trouble explaining exactly what I need to our IS Group. Can someone please offer some advice?
Hello, eventsinks are the right thing for this. Basically, the notification can be done with a OnSave Eventsink. You can find more on this topic in the Exchange SDK (http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_exch2k_implementing_asynchronous_event_sinks.asp). Greetings, Henning Krause "Heijunka" wrote in message news:D2725014-E436-4272-8E45-49B6465C92E0@microsoft.com... > When items are posted to a public folder, how do I get Exchange (Outlook?) > to > forward a generic notification to a distribution list? Using the Folder > Assistant in Outlook2003 will only; > a) reply to the person who makes the original post > b) forward the original post to all members of the DL > Niether of these is a viable solution and I was told it should be done > with > an Event sink in Exchange. I know absolutly nothing regarding programming > and > I am having trouble explaining exactly what I need to our IS Group. Can > someone please offer some advice?