RtfToHtml.MaxCallbackTagLength property
The MaxCallbackTagLength property gets or sets the number of characters allowed in a tag, including attributes that can be passed in a callback.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property MaxCallbackTagLength As Integer
Get
Set
'Usage
Dim instance As RtfToHtml
Dim value As Integer
value = instance.MaxCallbackTagLength
instance.MaxCallbackTagLength = value
public int MaxCallbackTagLength { get; set; }
Property value
Type: System.Int32
Remarks
Tags that are longer than the limit specified in the MaxCallbackTagLength property are truncated before they are passed.
The MaxCallbackTagLength property can only be set before conversion begins.