Table of Contents

Enum OpenMode

Namespace
LinqToOneNote
Assembly
LinqToOneNote.dll

Specifies how/whether to open a newly created OneNote item.

public enum OpenMode

Fields

ExistingOrNewWindow = 1

Open the newly created item in the existing OneNote window, or create a new window if none exist.

NewWindow = 2

Open the newly created item in a new OneNote window.

None = 0

Do not open the newly created item.