Browse our Products
Aspose.Email for CPP 20.3 Release Notes
This page contains release notes information for Aspose.Email for C++ 20.3.
Aspose.Email for C++ 20.3 is based on Aspose.Email for .NET 20.3.
New features
What is OLM storage?
OLM file is the storage file format used in Outlook for Mac. OLM file is storing local data, such as emails, contacts, tasks, attachments, notes, calendar data, journal, etc.
Note: OLM file is used only by Mac Outlook.
New ways of working with OLM storages
New API provides you with:
- Streaming interface to OLMClient
- Extraction of OLM files timeout
OLMClient usage example:
System::SharedPtr<OlmStorage> storage = System::MakeObject<OlmStorage>(u"SampleOLM.olm");
for (auto folder : System::IterateOver(storage->get_FolderHierarchy()))
{
System::Console::WriteLine(folder->get_Name());
}
Features not implemented
The following features are not implemented in Aspose.Email for C++ 20.3 but they are implemented in Aspose.Email for .NET 20.3:
- Microsoft Graph REST API v1.0
- Exchange WebDav API
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