Interface CreateConnectorOptions

Options for creating an inbox connection with an external mail provider

Export

Interface

CreateConnectorOptions

Hierarchy

  • CreateConnectorOptions

Properties

emailAddress?: string

Email address of external inbox

Memberof

CreateConnectorOptions

enabled?: boolean

Is connector enabled

Memberof

CreateConnectorOptions

name?: string

Name of connector

Memberof

CreateConnectorOptions

syncEnabled?: boolean

Enable automatic background sync

Memberof

CreateConnectorOptions

syncInterval?: number

Sync interval in minutes

Memberof

CreateConnectorOptions

syncScheduleType?: INTERVAL

Sync schedule type

Memberof

CreateConnectorOptions