Home All Groups Group Topic Archive Search About

Receiving Email Attachments? - AGAIN

Author
10 Aug 2006 8:15 PM
Mike
Can I receive and email and parse it's attachment(s) using C# or VB.NET
using .NET 1.1?

I know I can send mail with attachments but I am having trouble figuring out
how to receive them then retrieve and parse the attachment without using a
custom component.  Can I do this with the code anyplace in the 1.1 class
library or even using CDO (which I would prefer not to use)?

If so samples or links would be greatly appreciated as I am stuck on this
right now.  Thank you.

Author
11 Aug 2006 5:04 AM
Cor Ligthert [MVP]
Mike,

AFAIK is there no standard solution for your question.

The best answer I can give is to have a look at Indy
http://www.indyproject.org/

I hope this helps,

Cor

Show quoteHide quote
"Mike" <Mi***@microsoft.com> schreef in bericht
news:uPlTymLvGHA.2232@TK2MSFTNGP05.phx.gbl...
> Can I receive and email and parse it's attachment(s) using C# or VB.NET
> using .NET 1.1?
>
> I know I can send mail with attachments but I am having trouble figuring
> out how to receive them then retrieve and parse the attachment without
> using a custom component.  Can I do this with the code anyplace in the 1.1
> class library or even using CDO (which I would prefer not to use)?
>
> If so samples or links would be greatly appreciated as I am stuck on this
> right now.  Thank you.
>