Search results

  1. Z

    Outlook account subfolders - Outlook VB coding

    Prior to Outlook 2013, I was able to access emails that were diverted to a sub folder of the InBox. Code was Set myOlApp = CreateObject("Outlook.Application") Set myNameSpace = myOlApp.GetNamespace("MAPI") Set myFolder = myNameSpace.GetDefaultFolder(olFolderInbox) ' Inbox...
Back
Top