June 2002
Intermediate to advanced
816 pages
28h 12m
English
MailFormat
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 End Enum
System.Object→System.ValueType→ System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→ MailFormat
Read now
Unlock full access