More .NET libraries
-
Rebex Mail Pack
IMAP, MS Graph, EWS, POP3, SMTP, MIME, S/MIME, MSG
-
Rebex Total Pack
All Rebex .NET libraries together
// create an instance of MsgMessage var message = new MsgMessage(); // set properties message.Sender = "me@example.com"; message.To.Add("joe@example.com", "Joe"); message.To.Add("Bob <bob@example.com>"); message.Subject = "MSG example"; message.SetBody("Created by Rebex MSG."); // save the message to a file message.Save("example.msg");Show me more code...
.NET library for reading, processing and writing Microsoft Outlook .MSG e-mail message files.
Also supports signing and signature validation, based on X.509 certificates and Cryptographic Message Syntax (PKCS #7).
Why Rebex MSG?
Powerful .MSG API
Use MsgMessage class to manipulate subject, body, recipients and attachments of Outlook .MSG messages.
Or list and manipulate MAPI properties of .MSG messages directly.
MIME and S/MIME API
API for MIME and S/MIME messages is included. Supports signing and signature validation. Based on X.509 certificates and Cryptographic Message Syntax (PKCS #7).
PC and mobile
Supports a wide range of .NET platforms.
Suitable for .NET on Windows, Mac, Linux, iOS and Android.
Documentation
Documentation with C# and VB.NET code snippets and sample apps.
Platforms
.NET
.NET Framework
.NET Core
Mono
Xamarin.iOS
Xamarin.Android
Learn more about supported standards and platforms.
Legacy platforms
(not included in standard product packages - see more)