Aspose.Email for C++ V24.7
Released: Aug 1, 2024
Aggiornamenti in V24.7
Funzionalità
- Added support for Task Management in Microsoft Graph - provides developers with APIs to access, manage, and interact with users' tasks and task lists.
The following methods have been added to the IGraphClient interface:
- ListTaskLists() - Retrieves a collection of task list information.
- GetTaskList(String id) - Retrieves a specific task list based on the provided ID.
- DeleteTaskList(String id) - Deletes the specified task list.
- ListTasks(String id) - Retrieves a collection of tasks associated with the specified task list ID.
- FetchTask(String id) - Retrieves a specific task based on the provided ID.
- CreateTask(SharedPtr task, String taskListUri) - Creates a new task in the specified task list.
- UpdateTask(SharedPtr task) - Updates an existing task with the provided information.
- UpdateTask(SharedPtr task, SharedPtr updateSettings) - Updates an existing task with specified update settings.
- Added .Abort/.Cancel methods for long-running operations.
Correzioni
- Fixed error while loading .vcf file.
- Fixed a problem with the FindAndExtractSoftDeletedItems method.
- PGP encrypted MSG to MIME corrupted conversion.
- High memory usage while sending/receiving messages using SMTP/IMAP client.
- Fixed 'From' MSG to MIME conversion issue.
- Fixed incorrect information when convert VCF to Distribution List.