Click or drag to resize
OrganizationExchangePolicyJson Class
Organization file share policy
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonOrganizationExchangePolicyJson

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

The OrganizationExchangePolicyJson type exposes the following members.

Constructors
  NameDescription
Public methodOrganizationExchangePolicyJson
Initializes a new instance of the OrganizationExchangePolicyJson class
Top
Properties
  NameDescription
Public propertyAllowNonControllableFileTypes
Flag indicating that non-controllable file types are permitted. These are files that are not Word, Excel or PDF.
Public propertyAllowPrintingToPdf
Flag indicating that printing to PDF is permitted.
Public propertyDisableCurtain
Flag indicating that curtain is disabled.
Public propertyDisablePasscodeLock
Flag indicating that passcode lock is disabled
Public propertyDisableWdSentItems
An optional setting to disable the Watchdox sent items folder within Watchdox's Outlook plugin.
Public propertyEnableReadConfirmation
is enable read confirmation
Public propertyEnableSimpleSharing
Whether to enable the feature of simple sharing (sharing a file that doesn't required authentication)
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyProtectImagesInExchangeDocuments
Protect images in Exchange files
Public propertyReadConfirmByDefault
is request read confirmation is the default for for the sender
Public propertySimpleSharingDefault
If Simple Sharing is enabled, this will be the default for each file shared
Public propertySupportedTypes
File types that are supported in this organization
Public propertyUseAutoComplete
User auto complete
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