CallLogService Properties |
The CallLogService type exposes the following members.
| Name | Description | |
|---|---|---|
| AddCallLogsCapability |
Capability describing whether call logs can be added by client using AddCallLogItems(CallLogOperationData, CallLogServiceCallLogActionCompletionHandler).
Allowed when NetworkCallLogsCapability is not allowed.
A client cannot add call logs when 24x7 Call Journaling is enabled on the server and allowed by PpmConfiguration.
| |
| CallLogs |
Contains currently cached call log items.
| |
| MarkCallLogsAsReadCapability |
Capability describing whether call logs can be marked as read using MarkAllCallLogItemsAsRead(CallLogServiceCallLogActionCompletionHandler).
Disabled during network outage or when server does not have ability to provide read status.
| |
| NetworkCallLogsCapability |
Capability describing whether 24x7 Call Journaling is enabled
| |
| RemoveCallLogsCapability |
Capability describing whether call logs can be removed using RemoveCallLogItem(CallLogOperationData, CallLogServiceCallLogActionCompletionHandler).
Disabled while network outage.
|