BOOKMARK

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 page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

An unsigned long integer that is used to define bookmarks data for remembering a position in a table.

Header file:

Mapidefs.h

Related methods:

IMAPITable::CreateBookmarkIMAPITable::FreeBookmark

typedef ULONG BOOKMARK;

Remarks

MAPI defines three bookmarks, listed as follows:

  • BOOKMARK_BEGINNING
    Remembers the starting 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 when the table is open. Clients must free any bookmarks that they have created before closing the associated table.

See Also

Reference

IMAPITable::CreateBookmark

IMAPITable::FindRow

IMAPITable::FreeBookmark

IMAPITable::SeekRow

Concepts

MAPI Data Types