Creates disjunction between two expressions (OR).
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public static ICriterion Or( ICriterion first, ICriterion second ) |
| Visual Basic |
|---|
Public Shared Function Or ( _ first As ICriterion, _ second As ICriterion _ ) As ICriterion |
| Visual C++ |
|---|
public: static ICriterion^ Or( ICriterion^ first, ICriterion^ second ) |
Parameters
- first
- Type: Limilabs.Client.IMAP..::..ICriterion
First expression.
- second
- Type: Limilabs.Client.IMAP..::..ICriterion
Second expression.