I have written a VB application which retrieves Email from my mailserver using the winsock Control. When receieving email, it has been formatted according to the email client application. This differs dramatically from cleint to client - I would like to know if there is any standard email format, which can be decoded, so I can see the:
1) To
2) From
3) Subject
4) Date
5) Message
6) Attachmets (this is the most important)

Anybody know of a control which does this correctly ??

I have written my own, but it has some problems sometimes, with file attachments ;(

thanks