#6767
Support 1
Participant

    You will notice that the filter expression in the code sample includes the clause

      (SUBJECT CONTAINS ""test"")

    which limits the search to email messages whose Subject contains the text “test”. 0 (zero) on the VBScript dialog indicates you have no such messages, but you can change this filter expression from “test” to any other text.

    Indeed, as indicated by the examples of other filter syntaxes, you can filter on a range of message properties, as well as Subject.

    Advansys Support