Results 1 to 17 of 17

Thread: Simple move email to different folder

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    VBAX Contributor
    Joined
    Jul 2009
    Posts
    156
    Location
    Thanks JP but I need the folders from a Personal folder PST file and I am not sure how to code it with the following path:

    P:\PST\TestDataFile\TestDataFileNAME\TestDataFileNAMEfolder

    I guess I am not clear on what would change in the code you posted - see below for the specific line I am referring to. For instance would (olFolderInbox) remain the same and if now what would it change to ? I may be able to get there with the following folders once I get started with the intial part of the code.

    Set fldr = Outlook.Session.GetDefaultFolder(olFolderInbox).Folders("My Messages").Folders("My Folder")

    Thanks for the help. Any advice on this ?




    Last edited by Aussiebear; 04-02-2025 at 05:19 AM.

Posting Permissions

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