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 'SendEmail' takes '7' arguments

Source Error:


Line 57: 				receiver = res["hotEmail"].ToString().Trim();
Line 58: 
Line 59:                 em.SendEmail(receiver, "courrier@memorablehotels.co.uk", "contact@memorablehotels.co.uk", "testing@headchannel.net;dawid@headchannel.net", "Memorable Hotels contact form", body, false);
Line 60:                 PanelForm.Visible = false;
Line 61:                 PanelEnd.Visible = true;

Source File: c:\inetpub\vhosts\memorablehotels.co.uk\mmhotels\HotelEmail.aspx.cs    Line: 59






Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062