existsfilterisunread
existsfilterisunread is a Boolean indicator used in various data‑querying and messaging APIs to denote whether a filter condition targeting unread items is present in a given request or data set. The flag typically appears in the metadata of list‑oriented operations, such as retrieving mail, notifications, or task collections, and it allows client applications to quickly assess if the result set has been limited to items that have not yet been marked as read.
In the context of email services, the flag is often generated by the server when a query
Developers encountering existsfilterisunread should treat it as read‑only metadata; attempts to set or modify the field
Related concepts include the IsRead property of individual items, filter expression syntax, and pagination mechanisms that