HtmlToHtml.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
public int MaxCallbackTagLength { get; set; }
public:
property int MaxCallbackTagLength {
int get ();
void set (int value);
}
/** @property */
public int get_MaxCallbackTagLength ()
/** @property */
public void set_MaxCallbackTagLength (int value)
public function get MaxCallbackTagLength () : int
public function set MaxCallbackTagLength (value : int)
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also