Click or drag to resize

MessagingLimitsMaxHtmlLength Property

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.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public ulong MaxHtmlLength { get; }

Property Value

Type: UInt64
See Also