'Declaration
<System.ComponentModel.DescriptionAttribute("When true, the email body will be evaluated as html.")> <System.ComponentModel.CategoryAttribute("Configuration")> <System.ComponentModel.DefaultValueAttribute()> Public Property IsBodyHtml As System.Boolean
'Usage
Dim instance As SendEmail Dim value As System.Boolean instance.IsBodyHtml = value value = instance.IsBodyHtml
[System.ComponentModel.Description("When true, the email body will be evaluated as html.")] [System.ComponentModel.Category("Configuration")] [System.ComponentModel.DefaultValue()] public System.bool IsBodyHtml {get; set;}