Enum OpenMode
- Namespace
- LinqToOneNote
- Assembly
- LinqToOneNote.dll
Specifies how/whether to open a newly created OneNote item.
public enum OpenMode
Fields
ExistingOrNewWindow = 1Open the newly created item in the existing OneNote window, or create a new window if none exist.
NewWindow = 2Open the newly created item in a new OneNote window.
None = 0Do not open the newly created item.