BOOKMARK

4/8/2010

The BOOKMARK data 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.

See Also

Reference

MAPI Data Types
IMAPITable::SeekRow

Other Resources

Messaging