public abstract class Email extends Object
| Constructor and Description |
|---|
Email() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCcMe()
Gets the carbon copy me flag.
|
String |
getMessage()
Gets the message.
|
List<Recipient> |
getSendTo()
Gets the list of recipients to send to
|
String |
getSubject()
Gets the subject.
|
Email |
setCcMe(Boolean ccMe)
Sets the carbon copy me flag.
|
Email |
setMessage(String message)
Sets the message.
|
Email |
setSendTo(List<Recipient> sendTo)
Sets the list of recipients to send to
|
Email |
setSubject(String subject)
Sets the subject.
|
public List<Recipient> getSendTo()
public Email setSendTo(List<Recipient> sendTo)
sendTo - list of recipientspublic String getSubject()
public Email setSubject(String subject)
subject - the new subjectpublic String getMessage()
public Email setMessage(String message)
message - the new messagepublic Boolean getCcMe()
Copyright © 2014–2019 Smartsheet. All rights reserved.