Click or drag to resize

MailTemplateIsBodyHtml Method

Returns true if the mail body is a HTML document

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static bool IsBodyHtml(
	string body
)

Parameters

body
Type: SystemString

Return Value

Type: Boolean
See Also