Click or drag to resize

CallLogService Properties

The CallLogService type exposes the following members.

Properties
  NameDescription
Public propertyAddCallLogsCapability
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.
Public propertyCallLogs
Contains currently cached call log items.
Public propertyMarkCallLogsAsReadCapability
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.
Public propertyNetworkCallLogsCapability
Capability describing whether 24x7 Call Journaling is enabled
Public propertyRemoveCallLogsCapability
Top
See Also