HtmlLoadOptionsShouldAddPlainTextView Property |
Specifies whether to add a text representation of the body or not.
Default value is false.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool ShouldAddPlainTextView { get; set; }
Public Property ShouldAddPlainTextView As Boolean
Get
Set
public:
property bool ShouldAddPlainTextView {
bool get ();
void set (bool value);
}
member ShouldAddPlainTextView : bool with get, set
Property Value
Type:
Boolean
See Also