LazyMAPI

TMAPIStores - Provides access to the message store table that contains information about all the message stores in the session profile.

Unit: MAPISession.pas
Type: Class
Inherited from: TMAPITable

Properties

Name Access Type Description
Parent RO TMAPISession Allows access to MAPI Session.
Store RO TMAPIProperty Returns a single TMAPIStore object (IMsgStore). Zero based.

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.

Note: The TMAPIStores includes these default PropTags as table rows:
PR_ENTRYID - Contains a MAPI entry identifier used to open and edit properties of a particular MAPI object (MAPI Store).
PR_LONGTERM_ENTRYID_FROM_TABLE - Obtains the long- term entry identifier of an item (MAPI Store).
PR_DEFAULT_STORE - Contains TRUE if a message store is the default message store in the message store table.
PR_DISPLAY_NAME - Contains the display name of the store.
PR_MDB_PROVIDER - Contains a provider-defined MAPIUID structure that indicates the type of the message store.
PR_PROVIDER_DISPLAY - Contains the vendor-defined display name for a service provider.
PR_RESOURCE_FLAGS - Contains a bitmask of flags for message services and providers.
PR_STORE_SUPPORT_MASK - Contains a bitmask of flags that client applications query to determine the characteristics of a message store.
PR_INSTANCE_KEY - Contains a value that uniquely identifies a row in a table.
PR_RECORD_KEY - Contains a unique binary-comparable identifier for a store object.
PR_COMMENT - Contains a comment about the purpose or content of an object (MAPI Store).

Top


Copyright © 2012 IMIBO
Privacy Statement