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