TTMSFNCCloudMicrosoftOneDriveInfo Class
Holds account information for the connected user, including the account identity and storage quota usage.
API unit family: TMSFNCCloudMicrosoftOneDrive
Inherits from: TPersistent
Syntax
TTMSFNCCloudMicrosoftOneDriveInfo = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Email address of the connected account. | |
| ID | Identifier of the account. |
| Quota | Total storage quota allocated to the account, in bytes. |
| QuotaRemaining | Remaining storage available to the account, in bytes. |
| UserID | Unique identifier of the connected user. |
| UserName | Display name of the connected account. |