JAMS Developer Guide
SendPlainText Property (SendEMail)


MVPSI.JAMS Namespace > SendEMail Class : SendPlainText Property
When set to true, the body of the e-mail is sent as plain text. Otherwise, it is treated as Markdown text and sent as HTML.
Syntax
'Declaration
 
Public Property SendPlainText As System.Boolean
'Usage
 
Dim instance As SendEMail
Dim value As System.Boolean
 
instance.SendPlainText = value
 
value = instance.SendPlainText
public System.bool SendPlainText {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