Click or drag to resize
MessagingLimits Class
This class defines current limits for various messaging service operations.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesMessagingLimits

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class MessagingLimits

The MessagingLimits type exposes the following members.

Properties
  NameDescription
Public propertyIsRichContentAllowed
Specifies if client has access to rich content capabilities.
Public propertyMaxAudioSize
Returns the maximum size of an audio file attachment.
Public propertyMaxGenericAttachmentSize
Returns the maximum size of an attachment that is not an audio file or image file attachment.
Public propertyMaxHtmlLength
Returns the maximum HTML formatted text length value accepted (in characters). Client SDK extracts the plain text from HTML formatted text. Plain text extracted from HTML formatted text should not exceed maxTextLength.
Public propertyMaxImageSize
Returns the maximum size of an image file attachment.
Public propertyMaxNumberOfAttachmentsPerMessage
Returns the maximum number of attachments per message accepted.
Public propertyMaxSubjectLength
Returns the maximum conversation subject length.
Public propertyMaxTextLength
Returns the maximum text length value accepted (in characters).
Public propertyMaxVideoSize
Returns the maximum video size value accepted.
Top
Remarks
These limits are configured on the messaging server and can change if the server administrator changes them.
See Also