I have written a scrip that loops through emails and opens attachments that the user picks on a dialogbox. It works great, except for attachments that have been zipped with Zipmail. It unzips the attachment and opens up a file, but we don’t automatically open the attachment. Does anyone know how to do this.
Bryan
Subject: Open zipped attachments in script
Hello Bryan,
In order to avoid ZipMail to unzip attachments extracted by script, you should modify your zmlnl.ini parameter file (located in your Notes client data folder or program folder) by specifying:
ZipMailSkipAttachmentsExtractedByScript=1
More details can be found on this parameter in the ZipMail help file (you can quickly find it by doing a search on “script”)
Chris / ZipMail support