ExchangeTaskIsBodyHtml Property |
Gets or sets a value indicating whether the task body is html-formatted.
Namespace:
Aspose.Email.Clients.Exchange.WebService
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool IsBodyHtml { get; set; }Public Property IsBodyHtml As Boolean
Get
Set
public:
property bool IsBodyHtml {
bool get ();
void set (bool value);
}member IsBodyHtml : bool with get, set
Property Value
Type:
Boolean
See Also