Rilasci di Aspose.Email for .NET
Released: Jan 31, 2023
Aggiornamenti in V23.1
Funzionalità
- Added the following properties to 'MboxMessageInfo' class:
- DateTime Date - Gets the date of message.
- MailAddress From - Gets the from address.
- String Subject - Gets the message subject.
- MailAddressCollection To - Gets the address collection that contains the recipients of message.
- MailAddressCollection CC - Gets the address collection that contains CC recipients.
- MailAddressCollection BCC - Gets the address collection that contains BCC recipients of message.
Correzioni
Released: Dec 31, 2022
Aggiornamenti in V22.12
Funzionalità
- Added APIs to read 'Get Total Items Count' from 'PersonalStorage'.
- Added support for additional folders: Activity, DistList, and RSS to StandardIpmFolder.
- Added 'Decrypt' method to 'MapiMessage'.
- Added APIs to set product ID.
- Added 'IsInline' property to 'Attachment'.
- Added support for IMAP Login password syntax with special characters.
- Added the option to save message headers in MHTML.
- Added the ability to extract messages from OLM and MBOX identifiers.
Correzioni
Released: Nov 30, 2022
Aggiornamenti in V22.11
Funzionalità
- Added 'DecodeSignedContent' method to 'MapiMessage'.
- Added API to check if 'subfolder' is from 'StandardIpmFolder'.
- Added the ability to check whether an attachment is a TNEF formatted message.
- Improved working with StickyNote, DistList and IPM.Document.
Correzioni
- Issues while reading distribution List.
- Storage.ItemMoved event does not work.
- InvalidOperationException is thrown while merging PST.
- Unable to access read only storage file.
- Headers From/To are lost after MSG to EML...
Released: Oct 31, 2022
Aggiornamenti in V22.10
Funzionalità
- Added the ability to edit 'DisplayName' property in MAPIMessage attachments.
Correzioni
- Unable to set DisplayName for attached MSG.
- Message Headers are lost while reading OLM.
- Issues with reading OLM and save messages.
- OLM reader does not correctly extract signed/encrypted messages.
- ExchangeException is thrown by CreateAppointment method.
- System.FormatException is thrown while reading TGZ.
- Multiple recipient header merged into a single header after EML to MSG conversion.
- EML to MSG...
Released: Sep 30, 2022
Aggiornamenti in V22.9
Funzionalità
- List messages using new 'OrderBy' feature in Microsoft Graph client.
- Added 'MboxToPst' (string/stream to stream) overload.
Correzioni
- Missing OLM FileFormatType in API reference.
- Save Contacts information from PST file in VCF Format throws exception.
- Incorrect data is returned after reading OST.
- UnauthorizedAccessException is thrown while reading files.
- Accessing OLM file throws System.NullReferenceException.
- OverflowException is thrown while reading ICS.
- Images are broken after...
Released: Aug 29, 2022
Aggiornamenti in V22.8
Funzionalità
- Preserve TNEF attachments when converting from MBOX to PST and from PST to MBOX formats.
Correzioni
- Danish characters are lost after re-saving.
- MSG to HTML conversion generates incorrect output.
- Creating Appointment in O365 with Aspose 22.6 returns ErrorInvalidPropertySet.
Released: Jul 30, 2022
Aggiornamenti in V22.7
Correzioni
- FetchMessages returns messages without order.
- Mail Subject with double quotation (and other symbols) wrongly decoded.
- EML to MHTML/PDF: Line spacing lost.
- EML with TNEF contains a header with non-ascii characters.
- ArrayIndexOutOfBoundsException is thrown while reading email.
- TNEF mail throws “Offset or count were out of bounds” exception.
- TNEF emails throws EndOfStreamException while loading.
- ArgumentOutOfRangeException is thrown while reading TNEF.
- FormatException is thrown while...
Released: Jul 1, 2022
Aggiornamenti in V22.6
Funzionalità
- Extract calendar items from PST files and save as ICS with original timestamps.
Correzioni
- POP client does not AUTH automatically if CAPA command is not supported.
- Word to EML conversion generate body content as attachment.
- Formatting not retained for DOCX as body.
- VCardContactSave omits data after resaving VCF.
- Questionmarks when loaded FromMailMessage.
Released: May 30, 2022
Aggiornamenti in V22.5
Funzionalità
- Enumerating Messages with Paging Support using Graph Client - The API provides paging and filtering support for listing messages. This is very helpful where a mailbox has a large number of messages and requires a lot of time to retrieve summary information.
- Added the following changes to the public API:
- IAsyncSmtpClient - Allows applications to send messages using the Simple Mail Transfer Protocol (SMTP).
- SmtpClient.CreateAsync - Creates a new instance of the Aspose.Email.Clients...
Released: Apr 30, 2022
Aggiornamenti in V22.4
Funzionalità
- Added the ability to send messages using MailGun or SendGrid services.
- Added a separate HtmlDescription property instead of the IsDescriptionHtml property to set the X-ALT-DESC header.
Correzioni
- Imap connectivity issue with Aspose.Email v22.2.
- Attachment name for non ASCII character is incorrect after EML to TXT conversion.
- Performance issue while loading EML messages.
- Issue with To and From emails while loading MSG with MsgLoadOptions.
- Application hangs while ListFolders by Graph...