Does anyone know how to reference Outlook IMAP folders in VBA? I am trying to write a function using the ItemSend method to move all sent mail to an IMAP-based folder (which I know you can do with Rules Wizard) and simulatneously mark it is read (which you can’t do with Rules Wizard), because I find it very annoying to have them all showing up as new messages. I can’t work out how to reference the folder, though.
Would appreciate any help
——————-