Posts Tagged 'Unzip File'

How to Quickly Print All Files in a Zip Attachment of an Outlook Email

Many users hope to print all the files compressed in a zip attachment of an Outlook email without troublesomely saving and decompressing the zip attachment. Hence, this article will introduce a much more effective means to realize it. When you want to print a zip attachment, you may be used to pitching on it and clicking “Quick Print” button in the ribbon. However, by this means, Outlook still will ask you to save and unzip it firstly. If you would like to avoid these annoying steps, you can...

Read more »

How to Quickly Compress All Attachments into a Zip File in Your Outlook Email

Sometimes, you may want to compress all the attachments in an email into a zip file directly in Outlook. In this case, you can use the VBA code introduced in this article to achieve this feature. By default, Outlook has its attachment size limit – 20 MB for POP3, IMAP or other web-based email accounts and 10 MB for Exchange accounts. So, when the total size of attachments exceeds the limit, you will get related errors. In this case, it is a good option to compress all the attachments into a...

Read more »

How to Unzip the .Zip Attachments Directly in Outlook via VBA

When you receive an attachment in “.zip” file extension, if you want to unzip them, in general, you should save and unzip them in local drive. But many hope to unzip them directly in Outlook. This article will teach you how to get it via VBA. You must have ever received the attachments which are in “.zip” file extension. In order to access the internal files in one zip file, you have to firstly unzip it. In this case, as usual, you have to first save the zip file to local drive and then...

Read more »