IGraphClientAsync.CreateNotebookAsync
IGraphClientAsync.CreateNotebookAsync method
Asynchronously creates a notebook.
public Task<Notebook> CreateNotebookAsync(Notebook notebook,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| notebook | Notebook | The Notebook to create. |
| 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 created Notebook.
See Also
- class Notebook
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email