I saw this article... http://groups.google.com/group/microsoft.public.exchange2000.development/browse_thread/thread/cc9dfc9f771d37ab/5a1a7718ab7ff260?lnk=st&q=exchange+event+sink+attachment&rnum=5&hl=en#5a1a7718ab7ff260 But Before I attempt this, it looks like the supplied example is for the entire exchange store http://www.cdolive.net/download/SMTPTransportEvent-AttachmentFilter.zip How can I strip out the attachments of just 1 user ? Thanks, Tim
The smtp event sink would still work okay if you just bound it to that particular email address eg rcpt to=youruser@domain.com The other way would be to use a Store event sink bound to the inbox of a user either onsave or onsyncsave for more information on store event sinks have a look in the Exchange SDK which you can download from http://msdn.microsoft.com/exchange Cheers Glen wrote in message news:1145552652.992861.34090@g10g2000cwb.googlegroups.com... >I saw this article... > http://groups.google.com/group/microsoft.public.exchange2000.development/browse_thread/thread/cc9dfc9f771d37ab/5a1a7718ab7ff260?lnk=st&q=exchange+event+sink+attachment&rnum=5&hl=en#5a1a7718ab7ff260 > > But Before I attempt this, it looks like the supplied example is for > the entire exchange store > http://www.cdolive.net/download/SMTPTransportEvent-AttachmentFilter.zip > > How can I strip out the attachments of just 1 user ? > > > Thanks, > Tim >