public interface SendMailAction extends SimpleAction
Modifier and Type | Method and Description |
---|---|
ComputableValue |
getBcc() |
String |
getBody() |
ComputableValue |
getCc() |
ComputableValue |
getSubject() |
ComputableValue |
getTo() |
boolean |
isIncludeDocLink() |
boolean |
isIncludeDocument() |
boolean |
isSaveMailDocument() |
boolean isIncludeDocument()
boolean isIncludeDocLink()
boolean isSaveMailDocument()
ComputableValue getTo()
ComputableValue getCc()
ComputableValue getBcc()
ComputableValue getSubject()
String getBody()
Copyright © 2019–2021 HCL. All rights reserved.