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

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

bool

MailSyncEnabledDataContract
NameDescriptionTypeAdditional information
Enabled

boolean

None.

SyncFromDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Enabled": true,
  "SyncFromDate": "2025-07-05T17:08:02.1265847Z"
}