ConnectExchangeOnlineOptions

The ConnectExchangeOnlineOptions enumeration defines options for connecting to Exchange Online in scripts.

Syntax

enum DirectoryType
{
    None          = 0,  //0x0
    IPPSSession   = 1,  //0x1
}

Constants

  • Flag

  • Description

  • None

  • Connect to the main Exchange Online endpoint with no additional options.

  • IPPSSession

  • Connect to the Security and Compliance center endpoint.

Requirements

Minimum required version: 2026.1

See also