Click or drag to resize
CopyMultipleDocumentsToExchangeAsyncJson Class
List of documents to send to exchange. WS documents and transient workspace documents.
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonCopyMultipleDocumentsToExchangeAsyncJson

Namespace:  BlackBerry.Workspaces.Json
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class CopyMultipleDocumentsToExchangeAsyncJson : BaseJson

The CopyMultipleDocumentsToExchangeAsyncJson type exposes the following members.

Constructors
  NameDescription
Public methodCopyMultipleDocumentsToExchangeAsyncJson
Initializes a new instance of the CopyMultipleDocumentsToExchangeAsyncJson class
Top
Properties
  NameDescription
Public propertyActiveDirectoryGroupsRecipients
A list of activeDirectory group guids that are intended to be recipients of these files. May be left null. Can be sent empty or not sent.
Public propertyDeviceType
Public propertyIsCollaboration
Public propertyIsCopyAnnotations
Public propertyIsOpenToAnyone
Public propertyIsSendEmail
If set to True the server will notify recipients via email about new files submitted.
Public propertyListDocumentIdentifiersJson
Public propertyListRecipients
A list of distribution list names that are intended to be recipients of these files. May be left null. Can be sent empty or not sent.
Public propertyMailMessage
Public propertyMailSubject
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPermission
The permissions to grant to recipients of this file.
Public propertyReadConfirmation
Indicates is read confirmation is required for those documents.
Public propertyUserRecipients
A list of emails for users that are intended to be recipients of these files. Can be sent empty or not sent.
Public propertyWhoCanView
In case Domain permissions or files that are available to everyone, use this parameter. Only recipients that are recipients of this file (directly of by a distribution list) will be notified that this file exist.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object into a JSON string.
(Inherited from BaseJson.)
Top
See Also