AndType Class

Definition

The AndType class represents a search expression that enables you to perform a Boolean AND operation between two or more search expressions. The result of the AND operation is true if all the search expressions contained within the And element are true.

C#
public class AndType : ExchangeWebServices.MultipleOperandBooleanExpressionType
Inheritance

Constructors

AndType()

The AndType constructor initializes a new instance of the AndType 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

Product Versions
Exchange EWS proxy Latest