mail.Dispose();
if ((System.IO.File.Exists((Server.MapPath("Sample.ics")))))
{
System.IO.File.Delete(Server.MapPath("Sample.ics"));
}
if ((System.IO.File.Exists((Server.MapPath("Sample.ics")))))
{
System.IO.File.Delete(Server.MapPath("Sample.ics"));
}
0 comments:
Post a Comment