We are pleased to announce the release of Aspose.Email for .NET 5.9.0. This month’s release contains a number of enhancements related to the API’s communication clients, message properties and recurrence patterns. It further improves the overall API functionality by fixing a number of issues reported with our last month’s release. A complete list of public API changes can be viewed by examining our documentation article, Public API changes in Aspose.Email for .NET 5.9.0.
Forward Messages using SMTP with C#
In almost all commercially available email communication systems, email message forwarding is a common requirement where a message can be forwarded to specific recipients. This month’s release enhances the API’s SmtpClient to forward messages to specific recipients using the Forward method.
Generating Recurrence from Recurrence Rule using C#
Aspose.Email API has the capability to parse Recurrence Rule, also known as RRULE defined as per RFC 5545 iCal specifications. This month’s release further enhances this functionality by providing the capability of generating Recurrence Pattern from such recurrence rules. The API’s MapiCalendarRecurrencePatternFactory class provides the method to achieve this as demonstrated in our documentation article. More Info
Access Follow-Up Information from Message
Follow up information refers to details shared by the receiver of message in response to sender’s request. This includes information such as delivery notification, read receipt delivery time, voting results and vote submission time. This month’s release adds new Mapi properties for retrieving such information from received messages. These properties are:
- PR_RECIPIENT_TRACKSTATUS_TIME_DELIVERY
- PR_RECIPIENT_TRACKSTATUS_TIME_READ
- PR_RECIPIENT_AUTORESPONSE_PROP_RESPONSE
- PR_RECIPIENT_TRACKSTATUS_TIME
These can be retrieved as demonstrated in our documentation article, Accessing Follow-Up Information from Message.
Copy Message from One Exchange Folder to another Folder
Aspose.Email API allows copying a message from one folder to another using the CopyItem method. This method has further been enhanced to return the copied message’s unique identifier that was not possible earlier. More Info
Improved Exchange Connectivity Speed
We have enhanced the API’s Exchange Web Service (EWS) client in terms of connectivity speed as compared to other commercially available APIs. With this improvement, the API now connects to Exchange server with notable improvements.
Other Improvements
This month’s release also fixes a number of bugs related to various functional areas of the API. For a complete of these, please visit our product download page.
API Resources
The following API resources can be of help to you in getting started with Aspose.Email API.
- Product Documentation – Provides detailed examples of working with the API
- API Reference Guide – Details all the namespaces and classes of the API
- GitHub Examples – Provides ready to run API example
- Support Forum – Write to us if you have any query or inquiry about the API