I have a C API program that reads messages from folders, including views $Inbox, $Drafts, $Sent. These all work fine. For some reason I am unable to read $Trash. NIFFindView works. NIFOpenCollection works. Then NIFReadEntries returns a 0 for the entry count, even though there are definitely messages there. The same exact code works on the other views that I mentioned. What is different about $Trash? What can I do to access this folder via the API?
Subject: If soft deletes are enabled for the app, you need to look in another view
The Trash folder is only used when soft deletes aren’t enabled, when they are you want to look at the ($SoftDeletions) view.
Subject: Sent to development for review <MH,DB,DC>