I have an Exchange mailbox for python/exchangelib to scan emails from the Inbox and download select attachments for additional processing. It runs fine. However, recently one recurring email from the same sender that includes an Excel spreadsheet has the attachment disabled for what look like default security settings. As such Python skips this attachment, affecting the downstream data loads.
Once I use Outlook to manually "move" the email to the Inbox (odd because that's where it already is), the attachment is enabled and becomes available for the script to process. I've tried such things as right-clicking the email in Outlook and choosing Junk > Never Block Sender, but this has no effect.
Is there any way to automate this attachment enabling?