This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Apr 20, 2014, 11:10 AM
1 Posts

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

  • Category: Mail
  • Platform: Windows
  • Release: 9.0
  • Role: Developer,End User
  • Tags: mail,sent,folder,view,code
  • Replies: 1

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.

Apr 23, 2014, 2:59 PM
26 Posts
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.


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal