IGraphClient.CreateNotebook

IGraphClient.CreateNotebook method

Create a new OneNote notebook. Permissions One of the following permissions is required to call this API. Delegated (work or school account) Notes.Create, Notes.ReadWrite, Notes.ReadWrite.All Delegated (personal Microsoft account) Notes.Create, Notes.ReadWrite Application Notes.ReadWrite.All

public Notebook CreateNotebook(Notebook notebook)
ParameterTypeDescription
notebookNotebookNotebook to be created

Return Value

Created notebook

See Also