global class SingleEmailMessage { global List bccaddresses; global List ccaddresses; global String charset; global List entityattachments; global List fileattachments; global String htmlbody; global String inreplyto; global String optoutpolicy; global Id orgwideemailaddressid; global String plaintextbody; global String references; global Id targetobjectid; global Id templateid; global String templatename; global List toaddresses; global Boolean treatbodiesastemplate; global Boolean treattargetobjectasrecipient; global Boolean usermail; global Id whatid; global SingleEmailMessage() { } global List getBccAddresses() { } global Boolean getBccSender() { } global List getCcAddresses() { } global String getCharset() { } global String getEmailPriority() { } global List getEntityAttachments() { } global List getFileAttachments() { } global String getHtmlBody() { } global String getInReplyTo() { } global String getOptOutPolicy() { } global Id getOrgWideEmailAddressId() { } global String getPlainTextBody() { } global String getReferences() { } global String getReplyTo() { } global Boolean getSaveAsActivity() { } global String getSenderDisplayName() { } global String getSubject() { } global Id getTargetObjectId() { } global Id getTemplateId() { } global String getTemplateName() { } global List getToAddresses() { } global Boolean getUseSignature() { } global Id getWhatId() { } global Boolean isTreatBodiesAsTemplate() { } global Boolean isTreatTargetObjectAsRecipient() { } global Boolean isUserMail() { } global void setBccAddresses(List param0) { } global void setBccSender(Boolean param0) { } global void setCcAddresses(List param0) { } global void setCharset(String param0) { } global void setEmailPriority(String param0) { } global void setEntityAttachments(List param0) { } global void setFileAttachments(List param0) { } global void setHtmlBody(String param0) { } global void setInReplyTo(String param0) { } global void setOptOutPolicy(String param0) { } global void setOrgWideEmailAddressId(Id param0) { } global void setPlainTextBody(String param0) { } global void setReferences(String param0) { } global void setReplyTo(String param0) { } global void setSaveAsActivity(Boolean param0) { } global void setSenderDisplayName(String param0) { } global void setSubject(String param0) { } global void setTargetObjectId(Id param0) { } global void setTemplateId(Id param0) { } global void setToAddresses(List param0) { } global void setTreatBodiesAsTemplate(Boolean param0) { } global void setTreatTargetObjectAsRecipient(Boolean param0) { } global void setUseSignature(Boolean param0) { } global void setWhatId(Id param0) { } }