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

Dezrez.Core.DataContracts.External.Api.Email.Query.MailSyncEnabledDataContract
NameDescriptionTypeAdditional information
Enabled

boolean

None.

SyncFromDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Enabled": true,
  "SyncFromDate": "2024-04-23T18:37:13.3336316Z"
}