IGraphClientAsync.FetchTaskAsync
IGraphClientAsync.FetchTaskAsync method
Asynchronously fetches a task by its ID.
public Task<MapiTask> FetchTaskAsync(string id, CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| id | String | The ID of the task to fetch. |
| 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 fetched MapiTask.
See Also
- class MapiTask
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email