-
Topic
-
I’m trying to find the syntax that’s used to search on a field I have created.
I have tried using:
sFilter = (“(MAIL) AND (MyCustomField CONTAINS ” + cQuote + “Opened” + cQuote + “)”)Note that the string cQuote contains the quote character. If I use “Subject” instead of “MyCustomField”, the search is accepted, and of course works on the Subject field.
Any clues?
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.