C# Creating and Sending Zip files with gmail

假装没事ソ 提交于 2019-12-02 04:33:57

Quote from the MSDN:

Compressed GZipStream objects written to a file with an extension of .gz can be decompressed using many common compression tools

GZip files are not really "zip" files. They usually use "gz" as file extension. You might try that, maybe Gmail is very strict about "matching" extensions and compression formats.

If you are using .NET 4.5 you can alternatively use the ZipArchive class. That one actually handles "zip" files.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!