Skip to main content

ExchangeConnection

Metadata about the authenticated user's connected Exchange mailbox.

type ExchangeConnection {
email: String
name: String
connectedAt: String
}

Fields

ExchangeConnection.email ● String scalar

The connected mailbox email address.

ExchangeConnection.name ● String scalar

The mailbox owner's display name.

ExchangeConnection.connectedAt ● String scalar

ISO-8601 timestamp of when the mailbox was connected.

Returned By

exchangeConnection query