More .NET components
-
Rebex Secure Mail
SMTP, IMAP, EWS, POP3, S/MIME
-
Rebex Total Pack
All Rebex components 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...
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 API included
In addition to the Microsoft Outlook MSG file format, a separate API for MIME and S/MIME messages is included.
PC and mobile
Supports a wide range of .NET platforms.
Siutable 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.