Category Archive: Aspose.Email Product Family

Official blog of Aspose.Network for .NET with news of newly supported features, hot fixes, technical articles, tips and videos.

Aspose.Network for .NET supports accessing Outlook Contacts Information from PST file

We have recently released a new version of Aspose.Network for .NET v5.5. It now supports accessing Contacts information from PST files and saving a contact to disk in MSG format.

Sample code:
// load the Outlook PST file
PersonalStorage pst = PersonalStorage.FromFile(@”Outlook-File.pst”);
// Get the Contacts folder
FolderInfo folderInfo = pst.GetFolder(“Contacts”);
// loop through all the contacts in this folder
MessageInfoCollection messageInfoCollection = folderInfo.GetContents();
foreach (MessageInfo messageInfo in messageInfoCollection)
{
      // Get the contact information
    
Continue Reading
Posted in Aspose.Email Product Family |

Read and Write Outlook MSG Files in Java Applications without using Microsoft Outlook®

After the enormous success of Aspose.Email for .NET, we are very excited to announce the release of our new product, Aspose.Network for Java. Using Aspose.Email for Java you will be able to develop Java applications that are capable of reading and writing Microsoft Outlook® MSG files without using Microsoft Outlook®. Download the free trial version of Aspose.Email for Java and see its features at work.… Continue Reading

Posted in Aspose.Email Product Family |

IMAP protocols and PST file format related issues fixed in Aspose.Network for .NET 5.4

We just released a new version of Aspose.Network for .NET 5.4. This release contains some IMAP protocol and Outlook PST file related bug fixes reported by our customers on the forums.

Continue Reading
Posted in Aspose.Email Product Family |

Outlook PST File Format Support Added in Aspose.Network for .NET

We are pleased to announce the release of new version of Aspose.Network for .NET 5.3. We added support for reading Microsoft Outlook PST file. A new namespace (Aspose.Network.Outlook.Pst) and set of classes are added for reading the PST file. You can now load Microsoft Outlook PST file from disk or stream, get folders and subfolders information, get message information e.g. subject, sender, recipient etc from message contained in any folder and also save the message from PST file in MSG … Continue Reading

Posted in Aspose.Email Product Family |

Aspose.Network for .NET supports messages (eml, mht and msg format) with Swedish, Japanese and Russian characters

We have recently released a new version of Aspose.Network for .NET 5.2. In this version, we fixed various issues related to loading and saving messages with non-English language characters like Japanese, Russian and Swedish. Some other bugs were also fixed which were reported on the forums by our customers. This version is also compatible with .NET framework 4.0 client profile and hence can be used with Microsoft Visual Studio 2010 and .NET Framework 4.0.

For release notes and download, please
Continue Reading
Posted in Aspose.Email Product Family |

Aspose.Network Release 5.1 fixes pop3, imap and msg file loading issues

New version of Aspose.Network v5.1 was released recently which fixed some issues related to downloading complex messages (with attachments and Html formatting) from Pop3 and Imap mail servers. Besides these there were also some issues in loading eml/msg files due to very large file size, MIME compatibility etc which are solved in this release.

For release notes and download, please visit http://www.aspose.com/community/files/51/.net-components/aspose.network-for-.net/default.aspx
Continue Reading
Posted in Aspose.Email Product Family |

Better Support for Encoded Msg Files and Embedded Images/Attachments

We are pleased to announce the release of Aspose.Network v5.0.0. This release provides a lot of bug fixes related to HTML, Rich text formatting, embedded attachments/images and encoding issues.

For complete release notes and downloading the latest release, please visit http://www.aspose.com/community/files/51/.net-components/aspose.network-for-.net/default.aspx.
Continue Reading
Posted in Aspose.Email Product Family |

Aspose.Network for .NET supports accessing named properties from Outlook msg files

We recently released a new version of Aspose.Network for .NET 4.9.0. It now supports accessing custom or named properties from Outlook msg files. This release also contains some bug fixes, reported by our customers on forums.

For complete list of new features, bug fixes and download, please visit http://www.aspose.com/community/files/51/.net-components/aspose.network-for-.net/default.aspx.
Continue Reading
Posted in Aspose.Email Product Family |

Send meeting requests using Outlook Interop and Aspose.Network for .NET

Recently, we added a new article in our “Migration from Office Automation to Aspose” section of Aspose.Network for .NET documentation. In this article, we sent a meeting request to recipients using Outlook Interop and Aspose.Network for .NET and discussed some benefits of using Aspose over Outlook Interop. For viewing the complete article, please visit http://www.aspose.com/documentation/.net-components/aspose.network-for-.net/sending-meeting-request-using-outlook-interop-and-aspose-network-for-net.html.
Continue Reading
Posted in Aspose.Email Product Family |

Powerful and Easy to Use API for accessing Microsoft Exchange Server

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;}

We recently updated our Aspose.Network documentation and added a new article. We provided some code snippets to list messages from Microsoft Exchange Server mailbox using two methods. First, we used Microsoft Office Interop to list messages, then we used Aspose.Network for … Continue Reading

Posted in Aspose.Email Product Family |