Create a view for sent emails that are not classified in any folder

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.

Subject: view

Try this, from your mail file, Create > View, view type choose “Shared, contains documents not in aly folers”, copy from choose All Documents (this view has a column showing what folder a document is in, this column should be empty when you open the new view). Once you open the new view you can use the Icon column on the left to identify which emails are Sent items.