The TMAPIFolders - Delphi object that represents a collection of MAPI Folders.
unit: MAPIProperty.pas
file path: ..\Library\Helpers
version: 2014.хх
uses Classes, Windows, Types, Variants, SysUtils, Contnrs,
ExtendedMAPI, MAPIUtils,
IMIEMTypes, MAPITable, MAPIPropFields;
| Unit: | MAPIPropFields.pas |
| Type: | Class |
| Inherited from: | TMAPITable |
TMAPIFolders = class(TMAPITable)
protected
...
public
constructor Create(const Table: IMAPITable); override;
destructor Destroy; override;
property Count;
property Row[const Index: Integer]: TMAPIFoldersField read GetMAPIFoldersField;
property ColumnsTags;
property BatchLoad;
property RawTable;
property IsFiltered;
end;
Constructors
| Name | Description |
| Create(const Table: IMAPITable); override; | Creates and initializes object instance from IMAPITable |
Properties
| Name | Access | Type | Description |
| Count | RO | Integer | Inherited from TMAPITable |
| Row | RO | TMAPIFoldersField | Returns a singe row with Folder data |
| ColumnsTags | RW | TCardinalDynArray | Inherited from TMAPITable |
| BatchLoad | RW | word | Inherited from TMAPITable |
| RawTable | RO | IMAPITable | Inherited from TMAPITable |
| IsFiltered | RO | Boolean | Inherited from TMAPITable |
Copyright © 2021 IMIBO
Privacy Statement |