LazyMAPI

The TMAPITableFields object represents a collection of rows.

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

Properties

Name Access Type Description
Count RO Integer The Count property returns the total number of columns in the table.
Item RO TMAPITableField Represent a single column value
ItemOf RO TMAPITableField Represent a single column value accessed by PropTag

Methods

Name Description
PropExists Returns TRUE if property specified by PropTag exists, no matter of its value (value can be null [PT_NULL] or error [PT_ERROR])
PropExistsEx Returns TRUE if property specified by PropTag exists, and its value type is valid type (not null [PT_NULL] or error [PT_ERROR])

Top


Copyright © 2012 IMIBO
Privacy Statement