Am Tue, 11 Apr 2006 12:50:01 -0700 schrieb Jonathan:
Jonathan, what is about the support for WinZip? Obviously that is not an
Outlook issue at all :-)
--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
--
www.vbOffice.net --
Hi, I have a procedure that finds a folder and then for each mail item
with
an attachment saves the attachment. For attachments that are zip files I
then
unpack them. Well attempt to...
I have downloaded winupzip.exe for this purpose and use the line:
intRet = shell("path\winupzip -o path\file.zip path\fileSaveName", vbHide)
When stepping through the code in debug mode this line does not cause any
errors. Yet does not have the desired result.
intRet does return a non-zero value. However, I don't know where to find
the
description for this value.