BOOKMARK
The BOOKMARK data type is an unsigned long integer that is used to define bookmarks — data for remembering a position in a table.
Syntax
typedef ULONG BOOKMARK;
Remarks
MAPI defines three bookmarks, listed as follows:
- BOOKMARK_BEGINNING
Remembers the beginning position of the table. - BOOKMARK_CURRENT
Remembers the current position of the table. - BOOKMARK_END
Remembers the ending position of the table.
Clients can create other bookmarks for remembering other table positions. Bookmarks are valid only while the table is open. Before closing the associated table, clients must free any bookmarks that they have created.
See Also
MAPI Data Types | Messaging | IMAPITable::SeekRow
Send Feedback on this topic to the authors