MailMessage.IsBodyHtml Propriété

Définition

Obtient ou définit une valeur indiquant si le corps de l’e-mail est au format 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

Valeur de propriété

true si le corps du message est au format HTML ; sinon false. La valeur par défaut est false.

S’applique à