Class NotebookLinks

https://docs.microsoft.com/en-us/graph/api/resources/notebooklinks?view=graph-rest-1.0 Links for opening a OneNote notebook.

public class NotebookLinks

Constructors

NameDescription
NotebookLinks()The default constructor.

Properties

NameDescription
OneNoteClientUrl { get; set; }Opens the notebook in readonly the OneNote readonly native client if it’s installed.
OneNoteWebUrl { get; set; }Opens the notebook in readonly OneNote on the web.

See Also