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| Name | Description | Type | Additional information |
|---|---|---|---|
| Enabled | boolean |
None. |
|
| SyncFromDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Enabled": true,
"SyncFromDate": "2025-11-18T14:03:51.0156614Z"
}