OrType Class

The OrType class represents a search expression that performs a logical OR on the search expression that it contains. The OrType class will evaluate to true if any of its children evaluate to true.

Inheritance Hierarchy

System.Object
  ExchangeWebServices.SearchExpressionType
    ExchangeWebServices.MultipleOperandBooleanExpressionType
      ExchangeWebServices.OrType

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class OrType _
    Inherits MultipleOperandBooleanExpressionType
'Usage
Dim instance As OrType
[SerializableAttribute]
public class OrType : MultipleOperandBooleanExpressionType

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Other Resources

And

Or