Aspose.Email for .NET 16.10.0 Release Notes

Aspose.Email for .NET is a class library that enables applications to manipulate popular message formats including Microsoft Outlook messages. It also supports communication protocols such as IMAP, SMTP, POP3, and Microsoft Exchange Server. In addition, the API supports working with PST as well as OST file formats.

Features and Improvements

KeySummaryCategory
EMAILNET-38433Improve GetContacts method to fetch all properties of Contact from Exchange ServerEnhancement
EMAILNET-38453EWS: Retrieve Extended Properties for ItemsEnhancement
EMAILNET-38466Add extra parameters for UID FETCH commandEnhancement
EMAILNET-38469Loading and Saving EML back loses email bodyBug
EMAILNET-38478Error in recurrence generationBug
EMAILNET-38485Images are not parsed by MailMessageBug
EMAILNET-38486HTMLBodyText not retrieved properly from EMLBug
EMAILNET-38471MSG attachment added using MapiMessage can’t be opened in MS OutlookBug
EMAILNET-38479Events timezone information not properly added to PSTBug
EMAILNET-38460Header with the same name removed after resaving the Plain Text email messageBug
EMAILNET-38462PDF attachment corrupted while fetching mail using Pop3ClientBug
EMAILNET-38470MSG to EML: Inline image converted to regular attachmentBug
EMAILNET-38475EML->EML: Subject encoding lost and turned garbledBug
EMAILNET-38477ImapClient fetches wrong message having PDF and signature infoBug
EMAILNET-38480EML body text is not parsed correctlyBug
EMAILNET-38481Garbage characters in HtmlBodyTextBug
EMAILNET-38484Problem with extracted Email Journal ItemBug
EMAILNET-38492MSG added to PST can’t be opened in MS OutlookBug
EMAILNET-38476FormatException raised for EMLsBug
EMAILNET-38451MapiMessage.FromMailMessage raises UriFormatExceptionBug
EMAILNET-38493Exception while loading the emailBug

The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Email for .NET. If you have concerns about any change listed, please raise it on the Aspose.Email support forum.

Added APIs

Aspose.Email

Method Logging.LogEntry.#ctor(System.String,System.DateTime)

Aspose.Email.Exchange

Method IEWSClient.ListMessages Method IEWSClient.ListMessages(String, ExchangeListMessagesOptions, Collections.Generic.IEnumerable) Property IEWSClient.ContactExtendedPropertiesDefinition

Aspose.Email.Imap

Method ImapClient.BeginListMessage(IConnection, Int32, Collections.Generic.IEnumerable) Method ImapClient.BeginListMessage(IConnection, Int32, Collections.Generic.IEnumerable, AsyncCallback) Method ImapClient.BeginListMessage(IConnection, Int32, Collections.Generic.IEnumerable, AsyncCallback, Object) Method ImapClient.BeginListMessage(IConnection, String, Collections.Generic.IEnumerable) Method ImapClient.BeginListMessage(IConnection, String, Collections.Generic.IEnumerable, AsyncCallback) Method ImapClient.BeginListMessage(IConnection, String, Collections.Generic.IEnumerable, AsyncCallback, Object) Method ImapClient.BeginListMessage(Int32, Collections.Generic.IEnumerable) Method ImapClient.BeginListMessage(Int32, Collections.Generic.IEnumerable, AsyncCallback) Method ImapClient.BeginListMessage(Int32, Collections.Generic.IEnumerable, AsyncCallback, Object) Method ImapClient.BeginListMessage(String, Collections.Generic.IEnumerable) Method ImapClient.BeginListMessage(String, Collections.Generic.IEnumerable, AsyncCallback) Method ImapClient.BeginListMessage(String, Collections.Generic.IEnumerable, AsyncCallback, Object) Method ImapClient.ListMessage(Aspose.Email.IConnection, Int32, Collections.Generic.IEnumerable) Method ImapClient.ListMessage(Aspose.Email.IConnection, String, Collections.Generic.IEnumerable) Method ImapClient.ListMessage(Int32, Collections.Generic.IEnumerable) Method ImapClient.ListMessage(String, Collections.Generic.IEnumerable) Method ImapClient.ListMessages(Collections.Generic.IEnumerable) Method ImapClient.ListMessages(String, Boolean, Collections.Generic.IEnumerable) Property ImapMessageInfo.ExtraParameters

Aspose.Email.Outlook

Method MapiMessage.#ctor(Aspose.Email.Outlook.OutlookMessageFormat) Property MapiMessage.MessageFormat

Aspose.Email.Mail

Property Contact.ExtendedProperties Property MhtMessageFormatter.PreserveOriginalDate Property MhtSaveOptions.Formatter

Aspose.Email.Pop3

Property Pop3Client.CheckEscapedLeadingDot