Since a few weeks the company I work for enrolled ATP functionality in Office 365.
When I get a mail with an attachment the attachment is replaced with the
message "ATP scan in progress" until it is released by ATP.

I have some messages which will be picked up by a VBA macro and automatically
save the attachments to a network share.
When de macro starts, it uses Outlook.MailItem for the incoming mail, as long as
the macro is running, Outlook.Mailitem is not refreshing, so I cannot access the
attachment.

Is there a way to wait for the attachment to be released and then continue with
the macro?