Automating handling of Encrypted messages

  • Thread starter Christopher New
  • Start date
C

Christopher New

Hi,

I recieve a digital signed email daily which contains a zip file. I would
like to know if there is a way to automate the extraction of this attachment.

I have tried all standard methods but where I run into problems is with the
fact the email is encrypted when recieved. It required someone to manually
open the message, as it won't appear in the preview pane, before the macro
can access it. It always returns nothing and fails with the following
statement ...

Set thisMail = myFolder.Items.GetFirst()

Is there a way to automatically unlock this message in the macro or is there
some other way I should be doing this?

Thanks in advance for any insight you can provide.

Christopher New
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top