// // System.Web.Mail.MailFormat.cs // // Author: // Lawrence Pit (loz@cable.a2000.nl) // namespace System.Web.Mail { /// /// public enum MailFormat { /// /// Text = 0, /// /// Html = 1 } } //namespace System.Web.Mail