global class SendEmailResult { global List errors; global Boolean success; global List getErrors() { } global Boolean isSuccess() { } }