global class MassEmailMessage { global String description; global List targetobjectids; global Id templateid; global List whatids; global MassEmailMessage() { } global Boolean getBccSender() { } global String getDescription() { } global String getEmailPriority() { } global String getReplyTo() { } global Boolean getSaveAsActivity() { } global String getSenderDisplayName() { } global String getSubject() { } global List getTargetObjectIds() { } global Id getTemplateId() { } global Boolean getUseSignature() { } global List getWhatIds() { } global void setBccSender(Boolean param0) { } global void setDescription(String param0) { } global void setEmailPriority(String param0) { } global void setReplyTo(String param0) { } global void setSaveAsActivity(Boolean param0) { } global void setSenderDisplayName(String param0) { } global void setSubject(String param0) { } global void setTargetObjectIds(List param0) { } global void setTemplateId(Id param0) { } global void setUseSignature(Boolean param0) { } global void setWhatIds(List param0) { } }