Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ZIP Files with Outlook 1

Status
Not open for further replies.

netwalker1

Programmer
Joined
Feb 5, 2000
Messages
1,241
Location
EG
Dear All :
We are using Microsoft Outlook 2000 and we have a strange behaviour – I am receiving emails with *.tar.z attachment A Compressed Tar Archive
When I save the attachment on the Disk , and browse to its location – I can extract the File with WinZip and I can get the files without any problem …
But when I try to double-click the attachment from the outlook directly to open the file , WinZip open the attachment incorrectly and can't extract it !!!
How can I solve this problem , and what is the different between opening the attachment directly or save it then open it !!!!


Mohamed Farid
[green]Know Me No Pain , No Me Know Pain !!![/green]
 
This is a unix format. The way it was created was first a (tape) archive (.tar), followed by compression (.z). To look at it with winzip, the file first needs to be uncompressed to a temporary directory. Then a tar extract is done. Outlook can only handle a one stage process. It cannot handle a two stage process that is why you can't click on it and expect to open it.
 
You could try using WinRAR instead of Winzip. I find it to be more reliable when opening and dealing with compressed files.


Regards,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top