Exports all e-mails in a given Outlook folder as a set of .msg files.

  • 2 heads
  • 1 release
  • git clone https://klva.cz/src/tools/outlook-export.git
  • Filename sanitization. c41fa34, 13 Jun 2020
    OutlookExport/
    .gitignore
    OutlookExport.sln
    README.md

    Outlook export

    This thing exports all e-mails in a given Outlook folder as a set of .msg files. Individual files will have subject in the name and their creation time will be altered to match the time of e-mail delivery.

    Usage

    First, check your Outlook account synchronization configuration and make sure all your messages are stored offline. Restart it and wait till everything gets downloaded.

    Then, get the release and list all folders, by running:

    OutlookExport
    

    Take the folder ID (the long string enclosed in the square brackets) and run:

    OutlookExport 0000.....0000
    

    Files will be exported in the current working directory. Exporting a folder recursively is not supported.