0

I want to create a view in lotus Notes 8.5 with only mails in Send (view) and inbox (folder).

I try to custom formula

SELECT ( @IsNotMember("A"; ExcludeFromView) & IsMailStationery != 1 & 
Form != "Group" & Form != "Person" ) & 
!( DeliveredDate = "" & PostedDate != "" & !(@IsMember("S"; ExcludeFromView)) )

from Lotus Notes custom view received mail or How to Identify the Document is in Inbox/Draft/Sent in Lotus Notes Using Notes API? and integrate @WhichFolders but without success.

Community
  • 1
  • 1
  • You cannot query a folder's index while building a view index. The only way to do this is with an agent or plug-in that maintains an item in the messages themselves, setting it when the message is added to the Inbox and unsetting it when it is moved out. – Richard Schwartz Jun 25 '14 at 15:40
  • 2
    Had a similar question which had a good answer: http://stackoverflow.com/questions/24329560/lotus-notes-is-it-possible-to-create-a-view-that-excludes-documents-in-all-fold – ClaaziX Jun 25 '14 at 15:55

0 Answers0