Index
BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
RoomEmailData
List workspace files
Parameters
Name
Type
Description
documentsToUsers
Set(
DocumentAndRecipients
)
List of files to users
roomId
Integer
Romm id
Json Format
{
roomId: Integer,
documentsToUsers: Set(
{
guid: String,
recipients: Set(String)
})
}