Search results for query: *

  • Users: PRDRISKELL
  • Content: Threads
  • Order by date
  1. P

    Resolved Getting emails from a specific Outlook directory

    I have a fully working program - here is a snippet Dim olfolder As Outlook.MAPIFolder olfolder = objOL.GetNamespace("MAPI").PickFolder This presents a list of every folder and sub-folder in my Outlook account, and I can pick the folder I want to read from and the rest of my code loops through...
Back
Top