html property

bool? html
getter/setter pair

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;