UserRole Enumeration

OneNote user role

Namespace:  Aspose.Email.Clients.Graph
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum UserRole
Members
  Member nameValueDescription
None0 User role is not specified
Reader1 Reader represents read-only access to the notebook.
Contributor2 Contributor represents read/write access to the notebook.
Owner3 Owner represents owner-level access to the notebook.
See Also