How would I set something up server side to do the following? Take new emails (ipm.post) in a mail enabled public folder and move them to subfolders based on keywords in the subject or message body? Im assuming it has to be an event sink, but I have no experience in how to write one. Any information you have on how to do this or pointers to where I can get more information would be greatly appreciated Clyde Burns
Clyde, there are instructions and sample event sink applications in the Exchange SDK. Paul -- Paul Smith "Clyde Burns" wrote: > How would I set something up server side to do the following? > > Take new emails (ipm.post) in a mail enabled public folder and move them to > subfolders based on keywords in the subject or message body? > > Im assuming it has to be an event sink, but I have no experience in how to > write one. Any information you have on how to do this or pointers to where I > can get more information would be greatly appreciated > > Clyde Burns > > > >
See if this third-party app could help: http://www.ivasoft.biz/spammoverPF.shtml Regards, Victor Ivanidze software developer "Clyde Burns" wrote in message news:%23eg1J%23EHGHA.648@TK2MSFTNGP14.phx.gbl... > How would I set something up server side to do the following? > > Take new emails (ipm.post) in a mail enabled public folder and move them > to > subfolders based on keywords in the subject or message body? > > Im assuming it has to be an event sink, but I have no experience in how to > write one. Any information you have on how to do this or pointers to where > I > can get more information would be greatly appreciated > > Clyde Burns > > >
These links have some useful information on developing event sinks http://support.microsoft.com/?kbid=871110 http://www.codeproject.com/csharp/CsManagedEventSinksHooks.asp "Clyde Burns" wrote in message news:%23eg1J%23EHGHA.648@TK2MSFTNGP14.phx.gbl... > How would I set something up server side to do the following? > > Take new emails (ipm.post) in a mail enabled public folder and move them > to > subfolders based on keywords in the subject or message body? > > Im assuming it has to be an event sink, but I have no experience in how to > write one. Any information you have on how to do this or pointers to where > I > can get more information would be greatly appreciated > > Clyde Burns > > >