LazyMAPI

The TMAPITable object represents a single MAPI Table.
Delphi wrapper object for MAPI IMAPITable.
Provides a read-only view of a table (IMAPITable itself is read-only).

Unit: MAPITables.pas
Type: Class
Inherited from: TObject

Properties

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
FastSort The FastSort procedure sorts the rows on the specified property (PropTag) according to the specified sort order. The sorting property must exists in FieldDefs.
Refresh Clear internal cache and sort.

Top


Copyright © 2012 IMIBO
Privacy Statement