Search results for query: *

  1. P

    Resolved Getting emails from a specific Outlook directory

    Thank you - Using this as a lead, I was able to simplify still further and it works ... olfolder = objNS.Folders("Member").Folders("Updates") This can be appended to, to whatever depth of sub folder is needed. Thank you so much.
  2. 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