MSGReader 1.9.3

dotnet add package MSGReader --version 1.9.3
NuGet\Install-Package MSGReader -Version 1.9.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MSGReader" Version="1.9.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MSGReader --version 1.9.3
#r "nuget: MSGReader, 1.9.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MSGReader as a Cake Addin
#addin nuget:?package=MSGReader&version=1.9.3

// Install MSGReader as a Cake Tool
#tool nuget:?package=MSGReader&version=1.9.3

Read Outlook MSG and EML files without using Outlook.

The MSGReader supports MSG E-Mail (also signed), Contact, Appointment, Task, Sticky notes and Contact files.

The EML reader supports MIME 1.0 encoded files

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on MSGReader:

Repository Stars
QL-Win/QuickLook
Bring macOS “Quick Look” feature to Windows
nissl-lab/toxy
.net text extraction framework
Version Downloads Last updated
1.9.3 713 3/11/2015
1.9.2 58 3/9/2015
1.9.1 81 2/25/2015

There are 4 languages (nl-NL, de-DE, fr-FR and en-US (default) available when you use the Reader class. You can set the language by using the SetCulture method. For example SetCulture("nl-NL") to set it to Dutch. When there isn't a translated resource available the en-US resource is used. To add a translation download the code and copy the LanguageConsts.resx file, rename the file to LanguageConsts.[culture].resx (e.g. LanguageConsts.fr.resx for French). Afterwards open the resource file and translate it. Then recompile the source and use the SetCulture method in the reader class to set the UI culture.