MSGReader 1.9.3
dotnet add package MSGReader --version 1.9.3
NuGet\Install-Package MSGReader -Version 1.9.3
<PackageReference Include="MSGReader" Version="1.9.3" />
paket add MSGReader --version 1.9.3
#r "nuget: MSGReader, 1.9.3"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on MSGReader:
Repository | Stars |
---|---|
QL-Win/QuickLook
Bring macOS “Quick Look” feature to Windows
|
|
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
|
|
nissl-lab/toxy
.net text extraction framework
|
|
EvotecIT/Mailozaurr
Mailozaurr is a PowerShell module that aims to provide SMTP, POP3, IMAP and probably some other ways to interact with Email. Underneath it uses MimeKit and MailKit libraries written by Jeffrey Stedfast.
|
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.