+1 vote

In IMAP search, how I can pass more than two parameters in Expression.Or()

by

1 Answer

0 votes
 
Best answer

Here's the code:

Expresion.Or(Expresion.Or(cindition1, condition2), condition3)
by (302k points)
...