Creating an item without marking the Note as unread

I am desperately trying to do something that may not be possible, but I’m not sure. So, I thought I’d ask the experts out there…

I would like to create an item on a Note without changing the read vs. unread mark. Is this possible? Or, alternatively, is it possible to force the mark back to the way it was after performing the CreateItem API call? I have looked at the SetUnreadList API call, but I don’t think this will help me.

Thanks in advance.

Regards,

James

Subject: RE: Creating an item without marking the Note as unread

If you set the database option to not mark modified documents as unread, and do your save without telling Notes to mark the saved document read, then the unread status should not be affected when you save.

Subject: I believe that if you call…

NSFNoteUpdate(hNote, UPDATE_NOREVISION)that it will not flag the document as Unread.