IGraphClientAsync.ListTasksAsync
IGraphClientAsync.ListTasksAsync method
Asynchronously lists tasks in the specified task list.
public Task<MapiTaskCollection> ListTasksAsync(string id, ODataQueryBuilder queryBuilder = null,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| id | String | The ID of the task list. |
| queryBuilder | ODataQueryBuilder | Optional OData query builder for filtering tasks. |
| cancellationToken | CancellationToken | A cancellation token to observe while waiting for the task to complete. |
Return Value
A task that represents the asynchronous operation. The task result contains the collection of MapiTask.
See Also
- class MapiTaskCollection
- class ODataQueryBuilder
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email