I'm trying to use the method 'SendSoporteMail' to send an email. This method is in another project called 'BCR.System', in the SMTSenderSimple.cs controller within the static MailServer class.
BCR.System > Comunication > SmtpSenderSimple.cs
In my current project I wrote this, but is giving me the title's error.
var MailController = new BCR.System.Communication.MailServer();
MailController.SendSoporteMail("mailto@gmail.com", "Invitation", Body );