Home All Groups Group Topic Archive Search About

Extarcting email attachmnets from exchange

Author
4 Jun 2009 6:39 PM
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

Author
5 Jun 2009 7:48 AM
Cor Ligthert[MVP]
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

Show quoteHide quote
"John" <info@nospam.infovis.co.uk> wrote in message
news:%23cf8JPU5JHA.1716@TK2MSFTNGP03.phx.gbl...
> 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
>
Author
8 Jun 2009 4:52 AM
Glen Scales [MVP]
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

Show quoteHide quote
"John" <info@nospam.infovis.co.uk> wrote in message
news:%23cf8JPU5JHA.1716@TK2MSFTNGP03.phx.gbl...
> 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
>