Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I am saving outlook mail attachments to Directories in my personal computer and that works. They are saving correctly.

What I need to do is when a compressed folder comes, I need to decompress it and save those mails to the target folder.

Please help...
Posted
Updated 19-Jul-10 3:27am
v2

To perform the operation programatically, GZipStream class is useful. Reference at http://msdn.microsoft.com/en-us/library/system.io.compression.gzipstream.aspx[^]
 
Share this answer
 
Comments
Kasunmit 19-Jul-10 10:27am    
thanx ..
There's at least one free library available that does what you need. Just google for "C# zip files" or something more appropriate.
 
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