html property
Optional HTML flag to indicate that contents is HTML. Set's a content-type: text/html
for email. (Deprecated: use isHTML
instead.)
Implementation
bool? html;
Optional HTML flag to indicate that contents is HTML. Set's a content-type: text/html
for email. (Deprecated: use isHTML
instead.)
bool? html;