-1

Background: I have a script that iterates through emails (without any emails being selected) in an Outlook folder saving their attachments to the desktop.

Issue: The attachment is a zip-file and I wonder if it is possible to save the decompressed file within (an .xls file) to the desktop instead?

Thank You!

1 Answers1

0

The Outlook object model doesn't provide any method for that. You need to save the attached file on the disk and then unzip it programmatically.

If you try to use any search engine you can find the following links with a sample code:

Community
  • 1
  • 1
Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45