MailMessage.BodyEncoding Property
.NET Framework 2.0
Gets or sets the encoding 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 Encoding get_BodyEncoding () /** @property */ public void set_BodyEncoding (Encoding value)
public function get BodyEncoding () : Encoding public function set BodyEncoding (value : Encoding)
Not applicable.
Property Value
One of the Encoding values that indicates the encoding type of the body of the e-mail message.Community Additions
ADD
Show: