Skip to content

Version 1.14

Latest
Compare
Choose a tag to compare
@Dijji Dijji released this 02 Jan 18:27
· 1 commit to master since this release

Changes in this version:

  1. Added command line support for exporting emails, attachments or properties. See the readme for a full description. Thanks to @stephenjannin for the initial work on this.
  2. For the convenience of developers building on this project, separated out the base Outlook file handling from the UI as XstReader.Base. This can be incorporated in your project either by referencing a DLL, or including the source code into your own compilation. Thanks to @iluvadev for the initial work on this and subsequent reviews.