NotType Class
The NotType class represents a search expression that negates the Boolean value of the search expression that it contains.
Inheritance Hierarchy
System.Object
ExchangeWebServices.SearchExpressionType
ExchangeWebServices.NotType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class NotType _
Inherits SearchExpressionType
'Usage
Dim instance As NotType
[SerializableAttribute]
public class NotType : SearchExpressionType
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