Browse our Products

Aspose.Email for CPP 20.3 Release Notes

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.