Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
SendEmailsToTransientDocuments
Used when sending emails
Parameters
Name Type Description

documentPaths

Set(String)

Required
Not null

List of file paths

note

String

Email text

onBehalfOf

String

sending the mail on behalf of

subject

String

Subject line for email

workspaceGuid

String

Required
Not null

Workspace guid

Json Format
{
subject: String,
note: String,
onBehalfOf: String,
documentPaths: Set(String),
workspaceGuid: String
}