Cloud Mail 2020 Kotlin Edition

Questions / Feedback?

Office365 Configuration

The component accepts one or more of the following configuration settings. Configuration settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the component, access to these internal properties is provided through the Config method.

Office365 Configuration Settings

FolderPageSize:   Page size for fetching folders.

This setting specifies the folder page size, or the maximum number of folders that will be fetched from the server in one get call.

The default value is 100.

MessagePageSize:   Page size for fetching messages.

This setting specifies the message page size, or the maximum number of messages that will be fetched from the server in one get call.

The default value is 100.

Prefer:   Specifies a preferred content header type.

This setting can be used to specify a preferred content header type to be used when retrieving messages.

QueryParamCount:   The number of custom OData Query Parameters.

This setting specifies the number of custom OData Query parameters that will be added to a request when fetching data.

The default value is 0.

QueryParamName[i]:   The name of a custom OData Query Parameter.

This setting specifies the name of the custom OData Query parameter at index i.

QueryParamValue[i]:   The value of a custom OData Query Parameter.

This setting specifies the value of the custom OData Query parameter at index i.

Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 Kotlin Edition - Version 20.0 [Build 7941]