In IMAP search, how I can pass more than two parameters in Expression.Or()
Here's the code:
Expresion.Or(Expresion.Or(cindition1, condition2), condition3)