Du musst die Bedingungen jeweils getrennt abfragen, ala:
Delphi-Quellcode:
if not (
(Notification_Mail_Priority = 'pHighest') or
(Notification_Mail_Priority = 'pHigh') or
(Notification_Mail_Priority = 'pNormal') or
(Notification_Mail_Priority = 'pLow') or
(Notification_Mail_Priority = 'pLowest')
) then
Und es ist eine IF-
Abfrage