OrType Class

Definition

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.

public ref class OrType : ExchangeWebServices::MultipleOperandBooleanExpressionType
public class OrType : ExchangeWebServices.MultipleOperandBooleanExpressionType
Public Class OrType
Inherits MultipleOperandBooleanExpressionType
Inheritance

Constructors

OrType()

The OrType constructor initializes a new instance of the OrType class.

Properties

Items

The Items property gets or sets an array of search expressions that represents a set of operands.

(Inherited from MultipleOperandBooleanExpressionType)

Applies to