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

documentItemIds

Set(String)

Required
Not null

List of file item ids

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,
documentItemIds: Set(String),
workspaceGuid: String
}