public class SheetEmail extends Email
| Modifier and Type | Class and Description |
|---|---|
static class |
SheetEmail.AddSheetEmailBuilder
A convenience class to help create a SheetEmail object with the appropriate fields.
|
| Constructor and Description |
|---|
SheetEmail() |
| Modifier and Type | Method and Description |
|---|---|
SheetEmailFormat |
getFormat()
Gets the sheet email format (PDF or Excel).
|
FormatDetails |
getFormatDetails()
Gets the format details (paper dimensions).
|
SheetEmail |
setFormat(SheetEmailFormat format)
Sets the sheet email format (PDF or Excel).
|
SheetEmail |
setFormatDetails(FormatDetails formatDetails)
Sets the format details (paper dimensions).
|
getCcMe, getMessage, getSendTo, getSubject, setCcMe, setMessage, setSendTo, setSubjectpublic SheetEmailFormat getFormat()
public SheetEmail setFormat(SheetEmailFormat format)
format - the new formatpublic FormatDetails getFormatDetails()
public SheetEmail setFormatDetails(FormatDetails formatDetails)
formatDetails - the new format detailsCopyright © 2014–2019 Smartsheet. All rights reserved.