You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today.
Order online or call us +62-821-2442-2332 (Whatsapp)
IDR
  • Empty!

Rebex MSG Mainstream Platfrom

  • Brand: RebeX
  • Product Code: .NET Components
  • Availability: In Stock



What platforms does Rebex consider "legacy"?

Legacy platforms are platforms that are no longer covered by our Standard Support but have not yet reached End of Life. Legacy Editions of Rebex components targeting these platforms are available as separate products.

What is the difference between a Legacy Edition and standard edition?



// 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");
.NET library for reading, processing and writing Microsoft Outlook .MSG e-mail message files.

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.

Tags: Rebex, Communication, .NET, Rebex MSG Mainstream Platfrom