Sign In  Sign Up Live-Chat
Collapse/expand the left pane
Are you looking for an evaluation version of a product?
If so you can download any of the below versions for testing. The component will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the component to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
NOTE:  If you experience errors like ’Internet explorer cannot display the web page’ is shown when you try to download a file, make sure your networking policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.

Aspose.Network for .NET v4.2.0.0

Support Forum
Sorry but it is not allowed to download this release because it is older than one year. Instead, please try to download any newer release that is less one year old.
File Details
Downloads: 55 File Size: 3MB
Posted By: iret Views: 715
Date Added: Fri, Oct 24 2008

Aspose.Network for .NET v4.2.0.0 has been released. Aspose.Network is a complete solution for network programming on .NET frameworks, which includes SMTP, POP3, IMAP, DNS, ICMP protocols implementations. Aspose.Network also supports reading and writing Outlook Message files (*.msg).

This release provides Outlook Message format files (*.msg) writing features, and other bug fixes.

New Features

  • Fully Supports Outlook Message Format (*.msg) Reading and Writing.
    • Creates and Deletes Attachments;
    • Adds and Removes Recipients;
    • Supports Microsoft Outlook 2003, Microsoft Outlook 2007, and Microsoft Outlook 2008;
  • Supports Converting Email Message Files (*.eml) to Outlook Message Files (*.msg).
  • Improved Converting Outlook Message Files (*.msg) to Email Message Files (*.eml).
  • Updated Document and Samples.
  • Samples
    [C#]
    MailMessage eml = MailMessage.Load("sample.eml"); //load mail message
    MapiMessage msg = MapiMessage.FromMailMessage(eml); //convert to MapiMessage
    msg.Save("sample.msg"); //save to msg file

    [VB.NET]
    Dim eml As MailMessage
    eml = MailMessage.Load("sample.eml")
    Dim msg As MapiMessage
    msg = MapiMessage.FromMailMessage(eml)
    msg.Save("sample.msg")
Comments
No comments exist for this file.