Platform SDK: Exchange 2000 Server

Determining Unread Messages

[This is preliminary documentation and subject to change.]

A SELECT command used to list only items in a folder that have not been read is of the form:

SELECT "DAV:href", "DAV:contentclass", ...
FROM SCOPE('deep traversal of "URL"')
WHERE "urn:schemas:httpmail:read" =  False AND
      "DAV:ishidden"              =  False