JAMS Developer Guide
IsBodyHtml Property


MVPSI.JAMS.Activities Namespace > SendEmail Class : IsBodyHtml Property
When true, the email body will be evaluated as html.
Syntax
'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;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SendEmail Class
SendEmail Members