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.