MessagingService Properties |
The MessagingService type exposes the following members.
| Name | Description | |
|---|---|---|
| AutomaticallyUpdateLastAccessTimeCapability |
Returns a Capability object that indicates if conversation last access timestamps will be updated automatically.
| |
| ClearLocalDataCapability |
Returns a Capability object that indicates if local data can be cleared.
| |
| CreateConversationCapability |
Returns a Capability object allowing the client application to determine if it is currently possible to
create a new conversation.
| |
| HtmlCapability |
Returns a Capability object allowing the client application to determine HTML capability.
| |
| IsMessageDeliveryReadStateMonitoringSupported |
A Boolean value indicating whether the last connected messaging service supported message delivery read state monitoring.
| |
| IsMessageReadReportingSupported |
A Boolean value indicating whether the last connected messaging service supported message read reporting.
| |
| IsServiceAvailable |
A Boolean value indicating whether the messaging service is available.
This value is closely connected with capabilities - if the service is not
running, usually all of the capabilities related to the service won't be allowed.
| |
| MessageDeliveryReadStateMonitoringCapability |
Returns a Capability object allowing the client application to determine if it is currently possible to
report delivery state updates for sent messages.
| |
| MessageReadReportingCapability |
Returns a Capability object allowing the client application to determine if it is currently possible to
report read state updates for sent messages.
| |
| MessagingLimits |
Returns Messaging Limits, which are containing information about the limits of the messaging component.
| |
| NumberOfConversationsWithUnreadContent |
Number of conversations with unread content for current user.
| |
| NumberOfConversationsWithUnreadContentSinceLastAccess |
Number of conversations with unread content since last access of current user.
| |
| RefreshMode |
Refresh mode for polling.
| |
| RetrieveConversationCapability |
Returns a Capability object that indicates if conversations can be retrieved from the server.
| |
| RetrieveOlderConversationCapability |
Returns a Capability object that indicates if older conversations can be retrieved from the server.
| |
| RoutableDomains |
Generic list of all routable domains presented as strings.
| |
| SearchConversationCapability |
Returns a Capability object that indicates if conversations can be searched.
| |
| SelfAddress |
String value containing address of currently logged in user. This value
must be provided in the user configuration. Note that this address can be
different than in other services.
| |
| UpdateRefreshModeCapability |
Returns a Capability object that indicates if the refresh mode can be changed.
| |
| ValidateParticipantAddressesCapability |
Returns a Capability object that indicates if participant addresses can be validated.
|