D
David E. Battey
If I do the following:
Dim inbox as MAPIFolder
set inbox = Application.Session.Folders(1).Folders("Inbox")
MsgBox inbox.UnReadItemCount
I get zero for the unread item count, no matter how many unread items are in
my inbox folder. I get the same behavior for all other folders, too.
Can someone tell me what I'm doing wrong?
Thanks,
David
Dim inbox as MAPIFolder
set inbox = Application.Session.Folders(1).Folders("Inbox")
MsgBox inbox.UnReadItemCount
I get zero for the unread item count, no matter how many unread items are in
my inbox folder. I get the same behavior for all other folders, too.
Can someone tell me what I'm doing wrong?
Thanks,
David