Extract Zipped file from Outlook mail

前端 未结 2 1169
孤城傲影
孤城傲影 2021-01-28 19:03

I\'m trying to extract an zip file from my Outlook mail.

Below is my script but its throwing an error object variable or with block variable not set.

On

<
2条回答
  •  温柔的废话
    2021-01-28 19:15

    Declare msg as a generic Object - you can have objects other than MailItem in the Inbox, such as ReportItem or MeetingItem.

提交回复
热议问题