Problem Statement:I want to create To, CC, BCC view in notes mailfile and these views will show only those mail respectively… For e.g. The “To” view will show email sent to me with my name in “To” list… similarly for cc and bcc…
I’m trying to write a view selection formula but that is giving me inconsistent results. Below is the view selection formula:
“SELECT @Contains(SendTo;@UserName)”
This formula does not recognize RFC 822 e.g “First Name” FirstName@Somewhere.com
or RFC 821 format e.g.FirstName@Somewhere.com
Need help in getting a selection formula which will meet these requirements…
Thanks!