Reading emails from distribution group and extract attachment

J

John

Hi

We are using Exchange 2003 as part of sbs 2003 premium.

We have a distribution group abc which receives emails (e-mail address removed). How
can I retrieve emails from this distribution group and extract any PDF
attachments that may be present using vb.net or another .net language?

Many Thanks

Regards
 
J

Jeff Johnson

We are using Exchange 2003 as part of sbs 2003 premium.

We have a distribution group abc which receives emails (e-mail address removed).
How
can I retrieve emails from this distribution group and extract any PDF
attachments that may be present using vb.net or another .net language?

I'm pretty sure you'd have to authenticate to the server as one of the
members of the distribution group; you can't log in as the group itself.
 
J

Jeff Johnson

I'm pretty sure you'd have to authenticate to the server as one of the
members of the distribution group; you can't log in as the group itself.

That was a bit vague. To expound, I was simply trying to point out that the
fact that there is a distribution group is superfluous; you can only work
with email at a user level. As far as the meat of the question goes, you'd
need to find a library that can do POP3 or IMAP4 (and be sure the Exchange
server is set to allow that sort of mailbox access) or use MAPI. Hit Google
for these keywords (be sure to include ".NET") and see where that takes you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top