MailMessage.BodyFormat Property
.NET Framework 2.0
Gets or sets the content type of the body of the e-mail message. Recommended alternative: System.Net.Mail.
Namespace: System.Web.Mail
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public MailFormat get_BodyFormat () /** @property */ public void set_BodyFormat (MailFormat value)
public function get BodyFormat () : MailFormat public function set BodyFormat (value : MailFormat)
Not applicable.
Property Value
One of the MailFormat values.Community Additions
ADD
Show: