MailMessage.BodyFormat Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the content type of the body of the email message.
public:
 property System::Web::Mail::MailFormat BodyFormat { System::Web::Mail::MailFormat get(); void set(System::Web::Mail::MailFormat value); };
	public System.Web.Mail.MailFormat BodyFormat { get; set; }
	member this.BodyFormat : System.Web.Mail.MailFormat with get, set
	Public Property BodyFormat As MailFormat
	Property Value
One of the MailFormat values.