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.MailSyncEnabledDataContractName | Description | Type | Additional information |
---|---|---|---|
Enabled | boolean |
None. |
|
SyncFromDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Enabled": true, "SyncFromDate": "2024-11-21T09:36:34.5733543Z" }