Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
SendEmailBulk
Used when sending bulk email notifications for a list of files to all permitted entities (users, groups etc) for each file
Parameters
Name Type Description

guids

Set(String)

Not null
Default value: new HashSet<>()

List of guids

immediate

boolean

Immediate

note

String

Email text

onBehalfOf

String

Sending the mail on behalf of

readConfirmation

Boolean

if to specify read confirmation in the email

subject

String

Subject line for email

Json Format
{
subject: String,
note: String,
onBehalfOf: String,
guids: Set(String),
immediate: Boolean,
readConfirmation: Boolean
}