Edit

Office.MailboxEnums.OWAView enum

Represents the current view of Outlook on the web.

Fields

OneColumnNarrow = "OneColumnNarrow"

Narrow one-column view. Displayed when the screen width is less than 436 pixels. For example, Outlook on the web uses this view on the entire screen of older smartphones.

OneColumn = "OneColumn"

One-column view. Displayed when the screen width is greater than or equal to 436 pixels, but less than 536 pixels. For example, Outlook on the web uses this view on the entire screen of newer smartphones.

TwoColumns = "TwoColumns"

Two-column view. Displayed when the screen width is greater than or equal to 536 pixels, but less than 780 pixels. For example, Outlook on the web uses this view on most tablets.

ThreeColumns = "ThreeColumns"

Three-column view. Displayed when the screen width is greater than or equal to 780 pixels. For example, Outlook on the web uses this view in a full screen window on a desktop computer.