Click or drag to resize

MessagingLimits Properties

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
See Also