Hi there,
I organize both incoming and sent emails in folders. I want all my emails to be classified in folders. Thus, I would like to have a view that shows only unclassified sent emails. The following code is the original one for Sent folder:
" SELECT DeliveredDate = “” & PostedDate != “” & !(@IsMember(“S”; ExcludeFromView)) "
My question is: how should I alter this code to achieve what I want, i.e. limit the view to sent emails that are not classified in any folder?
Thank you for your help.
Jerome.