ParseHTML Property
Controls the behavior of the MessageHTML property.
Syntax
[VB.NET] Public Property ParseHTML As Boolean
[C#] public bool ParseHTML {get; set;}
Remarks
This property controls the behavior of the MessageHTML property. If ParseHTML is set to False, you must provide valid values in MessageHTML, MessageText, and Images.
Default Value
True