AndType Class
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.
Inheritance Hierarchy
System.Object
ExchangeWebServices.SearchExpressionType
ExchangeWebServices.MultipleOperandBooleanExpressionType
ExchangeWebServices.AndType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class AndType _
Inherits MultipleOperandBooleanExpressionType
'Usage
Dim instance As AndType
[SerializableAttribute]
public class AndType : 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.