Domino Code Fragment

Code Name*
Send Fax Mail as HIGH Priority
Date*
04/29/2024
Source (or email address if you prefer)*
Rlatulippe@romac.com
IP address:.18.190.152.38
Description*
Field name is DeliveryPriority. Checks to see if last domain listed on Sendto field is Fax. If yes, then send high priority.
Type*
Formula
Categories*
(Misc)
Implementation:
Required Client:
Server:
Limitations:
Comments:
Files/Graphics attachments (if applicable): Code:
@If(@Right(SendTo; 3) = "Fax"; "High"; @Right(SendTo; 3) = "FAX"; "High"; @Right(SendTo; 3) = "fax"; "High"; DeliveryPriority)