MailFormat

MailFormatserializable

System.Web.Mail (system.web.dll)enum

This enumeration sets the BodyFormat property of the MailMessage class. If you use Html, you can include standard HTML markup tags in the Body property of a MailMessage instance and they will be rendered in the recepient's email program, if supported.

public enum MailFormat {    Text = 0,    Html = 1 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) MailFormat

Returned By

MailMessage.BodyFormat

Passed To

MailMessage.BodyFormat



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net