GET api/sync/mailsyncanddraftenabled

check if they user has setup their credentials for smap services this could be used to enabled/disable the mail sync button Processes this sync API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

bool

MailSyncEnabledDataContract
NameDescriptionTypeAdditional information
Enabled

Indicates whether enabled is true.

boolean

None.

SyncFromDate

The sync from date, expressed as a date and time.

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Enabled": true,
  "SyncFromDate": "2026-07-23T10:23:30.7629372Z"
}