Consulting

Results 1 to 3 of 3

Thread: Current Email Folder

  1. #1

    Current Email Folder

    I've got a situation where I have a number of emails in various subfolders within my inbox. I want the code that will tell me the name of the folder I'm currently looking in and hopefully the input text that can be entered as a description in the folders properties menu.

  2. #2
    Well I've found the code I was looking for

    Set ActiveFolder = ActiveExplorer.CurrentFolder
    FolderProp = ActiveFolder.Description

    Now I want to know what code will tell me the name of the larger directory which has a subdirectory that I'm currently active in.

  3. #3
    VBAX Newbie
    Joined
    May 2008
    Posts
    3
    Location
    You might like to have a look at the GetParentFolder method, the ParentFolder property and the Parent property.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •