how to decode mime from email attachment.
C#
3
Posts
2
Posters
0
Views
1
Watching
-
-
I'm able to connect to a pop3 email using the tcpclient and i'm also able to get the email, i'm having problem when someone send me an attachment like an image or a .doc file. How can i decode the attachment from the email and save it to my computer?
-
I think you should consider using regular expressions to identify the image / doc or whatever comes with the mail. You will however need to read some rfc's before starting ...