Hi Matt,
This should be fixed....simple C# examples below
lblMethodAPIActionSendEmail.Text = MethodAPI.MethodAPIActionSendEmail(CompanyAccount, Login, Password, To, FromAddress, FromName, "", "", Subject, Body, "", "http://www.methodintegration.com/documentation/MethodInitialSetupGuide.pdf", strServerAddress,strServerPassword, strServerUserNamee);
lblMethodAPIActionSendEmailV2.Text = MethodAPI.MethodAPIActionSendEmailV2(CompanyAccount, Login, Password, "", To, FromAddress, FromName, "", "", Subject, Body, "High", "http://www.methodintegration.com/documentation/MethodInitialSetupGuide.pdf", strServerAddress,strServerPassword, strServerUserName));
Dave