// // System.Web.Mail.MailPriority.cs // // Author: // Lawrence Pit (loz@cable.a2000.nl) // namespace System.Web.Mail { /// /// public enum MailPriority { /// /// Normal = 0, /// /// Low = 1, /// /// High = 2 } } //namespace System.Web.Mail