C
Chris Fannin
I'm in dire need of information on how to use relational operators and
nested queries within a CDO MessageFilter.
For a regular OOM Items.Find, I would do something like:
([InquiryStatus] <> "Closed") And ([Inquiry Type] = "Hardware/Other" Or
[Inquiry Type] = "Request") And ([Created] >= "02/21/2005" And [Created] <=
"02/25/2005") And ([Priority] > 0)
I can't figure out how to do it with a CDO MessageFilter. I'd really
appreciate it if someone could show me how to do the query above using the
Messages.Filter object. Thanks.
nested queries within a CDO MessageFilter.
For a regular OOM Items.Find, I would do something like:
([InquiryStatus] <> "Closed") And ([Inquiry Type] = "Hardware/Other" Or
[Inquiry Type] = "Request") And ([Created] >= "02/21/2005" And [Created] <=
"02/25/2005") And ([Priority] > 0)
I can't figure out how to do it with a CDO MessageFilter. I'd really
appreciate it if someone could show me how to do the query above using the
Messages.Filter object. Thanks.