1 Attachment(s)
[2005] MIME Format emails
Hi!!!
I recieved a e-mail in mime format, i know that MIME format is kinda way of encryt or send files to someone that normaly couldn't receive. So i went look for a converter. I couln'd find i look in Download.com, in Codeproject to see if i could find some source code.
In my mail i dont have a file atached only a lot of numbers, letters and symbols and this:
Content-Type: application/msword; name="PL-II(sol).doc"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="PL-II(sol).doc"
can someone help me with this is urgent.
Where is the hole "code":
Re: [2005] MIME Format emails
there is stuff out there, i found a C# example on codeproject ---> A C# implementation of Mime de/encode
here's a VB.NET class for Decoding / Encoding MIME --->
Base64 / MIME Encoding and Decoding class.
Re: [2005] MIME Format emails
Have a look at
VB Code:
Convert.FromBase64String()
Jorge