Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.Mail/MailFormat.cs')
-rw-r--r--mcs/class/System.Web/System.Web.Mail/MailFormat.cs26
1 files changed, 0 insertions, 26 deletions
diff --git a/mcs/class/System.Web/System.Web.Mail/MailFormat.cs b/mcs/class/System.Web/System.Web.Mail/MailFormat.cs
deleted file mode 100644
index e1050d78549..00000000000
--- a/mcs/class/System.Web/System.Web.Mail/MailFormat.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-// System.Web.Mail.MailFormat.cs
-//
-// Author:
-// Lawrence Pit (loz@cable.a2000.nl)
-//
-
-namespace System.Web.Mail
-{
-
- /// <summary>
- /// </summary>
- public enum MailFormat
- {
-
- /// <summary>
- /// </summary>
- Text = 0,
-
- /// <summary>
- /// </summary>
- Html = 1
-
- }
-
-} //namespace System.Web.Mail