Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
SendEmail
Used when sending an email
Parameters
Name Type Description

note

String

Text of email

onBehalfOf

String

Sending the mail on behalf of

readConfirmation

Boolean

Default value: false

if to specify read confirmation in the email

recipients

List(String)

Default value: new ArrayList<>()

List of email recipients

subject

String

Subject line for email

Json Format
{
recipients: List(String),
subject: String,
note: String,
onBehalfOf: String,
readConfirmation: Boolean
}