The TMAPIFolders object represents the MAPI Folders (container's hierarchy) table.
Contains one or more TMAPIFolder objects.
| Unit: | MAPIFolders.pas |
| Type: | Class |
| Inherited from: | TMAPITable |
Properties
| Name | Access | Type | Description |
| Owner | RO | TMAPIFolder | Provide access to parent folder. |
| Folder | RO | TMAPIFolder | Returns a single TMAPIFolder object (IMAPIFolder). Zero based index. |
Properties inherited from TMAPITable
| Name | Access | Type | Description |
| Count | RO | Integer | The Count property returns the total number of rows in the table. |
| Item | RO | TMAPITableFields | The Item property returns a single Row object from the IMAPITable. |
| BatchLoad | RW | word | Specifies the maximum number of rows requested from IMAPITable to internal cache. Default value is 20. |
| FieldDefs | RW | TCardinalDynArray | Defines the particular properties and order of properties (PropTag) to appear as columns in the table. |
| RawTable | RO | IMAPITable | The RawTable property returns an IMAPITable pointer to the MAPI table object. |
Methods
| Name | Description |
Note: The TMAPIFolders includes these default
PropTags as table
rows:
PR_LONGTERM_ENTRYID_FROM_TABLE - Obtains the long- term entry identifier of
an item.
PR_ENTRYID -
Contains a MAPI entry identifier used to open and edit properties of a
particular MAPI object.
PR_DISPLAY_NAME
- Contains the display name of the Folder.
PR_COMMENT -
Contains a comment about the purpose or content of an object.
PR_CONTAINER_CLASS - Contains a string value that describes the type of
Message object that a folder contains.
PR_FOLDER_TYPE
- Contains a constant that indicates the folder type as FOLDER_GENERIC,
FOLDER_ROOT, FOLDER_SEARCH
PR_CONTENT_COUNT - Contains the number of messages in a folder, as computed
by the message store.
PR_CONTENT_UNREAD - Contains the number of unread messages in a folder, as
computed by the message store.
PR_SUBFOLDERS
- Contains TRUE if a folder contains subfolders.
PR_ATTR_HIDDEN - Specifies the hide or show status of a folder.
PR_ATTR_SYSTEM - Specifies that this folder is SYSTEM (reserved to MAPI.
Microsoft Exchange Server specific).
PR_ATTR_READONLY - Specifies that this folder is read-only (reserved to
MAPI. Microsoft Exchange Server specific).
Copyright © 2013 IMIBO Privacy Statement |