Click here to Skip to main content
16,016,425 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I tried using an online base 64 decoder and managed to decode text and picture attachments successfully.

However, when it comes to MS word and Excel attachments, i was unable to decode it
Could you please suggest me the correct decoding method.

Any help appreciated
Posted

1 solution

I could get all types of attachments extraction done by using base64 decoding and getting array of bytes and writing to the file in binary mode.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900