Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
4/8/2010
The BOOKMARKdata type is an unsigned long integer that marks the position of data in a table.
Syntax
typedef ULONG BOOKMARK; |
Remarks
MAPI defines three bookmarks, listed as follows:
- BOOKMARK_BEGINNING
-
Marks the beginning position of the table.
- BOOKMARK_CURRENT
-
Marks the current position in the table.
- BOOKMARK_END
-
Marks the ending position of the table.
Bookmarks are valid only while the table is open.
You can create custom bookmarks to suit the needs of your messaging client.
Before closing the associated table, clients must free any bookmarks that they have created.