TTMSFNCCloudMicrosoftOutlookMailFolder Class
Represents a single mail folder, exposing its identifier, display name and message count.
API unit family: TMSFNCCloudMicrosoftOutlookMail
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudMicrosoftOutlookMailFolder = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| DisplayName | Read-only human-readable name of the folder. |
| ID | Read-only unique identifier of the folder. |
| ItemCount | Read-only total number of messages in the folder. |
Methods
| Name | Description |
|---|---|
| FromJSON | Reads the folder identifier, display name and total item count from a parsed JSON folder object. |
| GetOwner | Returns the collection that owns this mail folder. |