|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Receiving Email Attachments? - AGAINCan 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. 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. > |
|||||||||||||||||||||||