Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EmailBulkData
Collection used to store bulk email data
Parameters
Name Type Description

roomsEmailData

Set(RoomEmailData)

Not null
Default value: new HashSet<>()

List of workspaces with data

Json Format
{
roomsEmailData: Set(
{
roomId: Integer,
documentsToUsers: Set(
{
guid: String,
recipients: Set(String)
})
})
}