2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.Mail / RelatedBodyPart.cs
index dc6851cb02c07246b3e72e7d1d65906b97a4575b..ea81c4d3e47747e46cfc69f1264f5f10e3fb819c 100644 (file)
@@ -34,8 +34,8 @@ namespace System.Web.Mail
 {
        public class RelatedBodyPart
        {
-               private string id;
-               private string fileName;
+               string id;
+               string fileName;
                
                public RelatedBodyPart (string id, string fileName)
                {
@@ -56,7 +56,7 @@ namespace System.Web.Mail
                        set { fileName = value; }
                }
                
-               private bool FileExists (string fileName)
+               bool FileExists (string fileName)
                {
                        //I am handling local files only . Not sure how URL's
                        //need to be handled.