Click or drag to resize

MessagingService Properties

The MessagingService type exposes the following members.

Properties
  NameDescription
Public propertyAutomaticallyUpdateLastAccessTimeCapability
Returns a Capability object that indicates if conversation last access timestamps will be updated automatically.
Public propertyClearLocalDataCapability
Returns a Capability object that indicates if local data can be cleared.
Public propertyCreateConversationCapability
Returns a Capability object allowing the client application to determine if it is currently possible to create a new conversation.
Public propertyHtmlCapability
Returns a Capability object allowing the client application to determine HTML capability.
Public propertyIsMessageDeliveryReadStateMonitoringSupported
A Boolean value indicating whether the last connected messaging service supported message delivery read state monitoring.
Public propertyIsMessageReadReportingSupported
A Boolean value indicating whether the last connected messaging service supported message read reporting.
Public propertyIsServiceAvailable
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.
Public propertyMessageDeliveryReadStateMonitoringCapability
Returns a Capability object allowing the client application to determine if it is currently possible to report delivery state updates for sent messages.
Public propertyMessageReadReportingCapability
Returns a Capability object allowing the client application to determine if it is currently possible to report read state updates for sent messages.
Public propertyMessagingLimits
Returns Messaging Limits, which are containing information about the limits of the messaging component.
Public propertyNumberOfConversationsWithUnreadContent
Number of conversations with unread content for current user.
Public propertyNumberOfConversationsWithUnreadContentSinceLastAccess
Number of conversations with unread content since last access of current user.
Public propertyRefreshMode
Refresh mode for polling.
Public propertyRetrieveConversationCapability
Returns a Capability object that indicates if conversations can be retrieved from the server.
Public propertyRetrieveOlderConversationCapability
Returns a Capability object that indicates if older conversations can be retrieved from the server.
Public propertyRoutableDomains
Generic list of all routable domains presented as strings.
Public propertySearchConversationCapability
Returns a Capability object that indicates if conversations can be searched.
Public propertySelfAddress
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.
Public propertyUpdateRefreshModeCapability
Returns a Capability object that indicates if the refresh mode can be changed.
Public propertyValidateParticipantAddressesCapability
Returns a Capability object that indicates if participant addresses can be validated.
Top
See Also