Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1501: No overload for method 'sendMailAndCC' takes 4 arguments

Source Error:


Line 97: 
Line 98:             SendMail sndMail = new SendMail();
Line 99:             sndMail.sendMailAndCC("info@foodubai.com", message, "Infotechme - New Contact", "Infotechme - New Contact");
Line 100:            Page.ClientScript.RegisterStartupScript(this.GetType(), "alert", "<script language='javascript'>alert('Thank you for submitting your details. A consultant shall contact you within the next 24 hours!!!!');</script>");
Line 101:            reset();

Source File: c:\inetpub\vhosts\digitalae.info\httpdocs\Service_Enquiry.aspx.cs    Line: 99






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4081.0