Discussion:
Extarcting email attachmnets from exchange
(too old to reply)
John
2009-06-04 18:39:27 UTC
Permalink
Hi

I a new to MS Exchange programming. Is there a way to scan all emails
arriving to all users on exchange and then extract the attachments of a
specified type? If one of the .net languages can be used to achieve this
then that would be great.

Thanks

Regards
Cor Ligthert[MVP]
2009-06-05 07:48:25 UTC
Permalink
John,

You can do it, but then you need a lot to know from Pop and Mail I never saw
a complete answer in this newsgroup (VB Net), mostly we see a link, but then
the code I have seen was never complete, more a kind of finger point.

Cor
Post by John
Hi
I a new to MS Exchange programming. Is there a way to scan all emails
arriving to all users on exchange and then extract the attachments of a
specified type? If one of the .net languages can be used to achieve this
then that would be great.
Thanks
Regards
Glen Scales [MVP]
2009-06-08 04:52:34 UTC
Permalink
What version of Exchange are you using 2003 or 2007 if you using 2003 look
at using a Global Event sink see
http://msdn.microsoft.com/en-us/library/ms877303(EXCHG.65).aspx . On 2007
you can use Transport Agent
http://technet.microsoft.com/en-us/library/bb125012.aspx

Cheers
Glen
Post by John
Hi
I a new to MS Exchange programming. Is there a way to scan all emails
arriving to all users on exchange and then extract the attachments of a
specified type? If one of the .net languages can be used to achieve this
then that would be great.
Thanks
Regards
Loading...