Results 1 to 17 of 17

Thread: Simple move email to different folder

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    VBAX Regular
    Joined
    Apr 2016
    Posts
    11
    Location
    Quote Originally Posted by JP2112 View Post
    Great job, glad to hear you did it!
    Hi guys,

    If I want to save/copy all the files from an OutlookFolder to a folder from Desktop, how can I do that?

    I have this code, but because my DestFolderpAth is on "C:\Data\SR_PIXEL_Error_emails" I can;t save this.
    How can I make this code to copy all my emails there?


    For Each oitem In myItems.Restrict("[UnRead] = True")
        oitem.Save (DestFolderPath)
    Next
    Last edited by Aussiebear; 04-02-2025 at 05:25 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
  •