MailMessage.IsBodyHtml Proprietà

Definizione

Ottiene o imposta un valore che indica se il corpo del messaggio di posta è in formato HTML.

public:
 property bool IsBodyHtml { bool get(); void set(bool value); };
public bool IsBodyHtml { get; set; }
member this.IsBodyHtml : bool with get, set
Public Property IsBodyHtml As Boolean

Valore della proprietà

true se il corpo del messaggio è in formato HTML; else false. Il valore predefinito è false.

Si applica a