Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
DistributionList
Details of a single distribution list
Parameters
Name Type Description

address

String

Organization address

creationDate

Date

List creation date

description

String

List description

id

Integer

lastLogDate

Date

Date of last log entry for list

members

Members

Default value: new MembersJson()

name

String

List name

organizationName

String

Organization name for list

Json Format
{
members:
{
userMembers: List(String),
distributionListMembers: List(String),
activeDirectoryGroupsMembersGuids: Set(String)
}),
id: Integer,
description: String,
lastLogDate: Date,
organizationName: String,
address: String,
creationDate: Date,
name: String
}