Hi,
I use URL command:
"http://<servername>/mail/<database>.nsf/($Inbox)?ReadViewEntries&KeyType=time&StartKey=20080331T112058Z&UntilKey=20080408T112057Z&Count=10000"
It could get messages in this time range
But I need to get unread flag of specific mail to indicate some of mail is unread
and if I find out received time of this specific mail is 20080331T231057Z
So I try URL command
"http://<servername>/mail/<database>.nsf/iNotes/Proxy/?OpenDocument&Form=s_ReadViewEntries&PresetFields=FolderName;%28%24Inbox%29&KeyType=time&StartKey=20080331T231056Z&UntilKey=20080331T231058Z&Count=10"
to get unread flag of this specific mail
The server only response
<?xml version="1.0" encoding="UTF-8" ?>
<viewentries toplevelentries="2064" rangeentries="0" />
And I could not get unread flag
Do you know how to get unread flag of specific mail by Domino URL commands?
Thank you
Discuss This Question: