Why can't I access subfolders of a shared mailbox?
问题 My goal is to create a VBA script that fires when a new e-mail arrives to a shared mailbox and does the following things if the title contains specific text: 1. Moves the message to a specified subfolder 2. Saves all Excel attachments to a Desktop folder. After doing considerable research I came up with the following code and pasted into ThisOutlookSession: Private WithEvents Items As Outlook.Items Private Sub Application_Startup() Dim myOlApp As Outlook.Application Dim myNms As Outlook