NotType Class

Definition

The NotType class represents a search expression that negates the Boolean value of the search expression that it contains.

public ref class NotType : ExchangeWebServices::SearchExpressionType
public class NotType : ExchangeWebServices.SearchExpressionType
Public Class NotType
Inherits SearchExpressionType
Inheritance

Constructors

NotType()

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

Properties

Item

The Item property gets or sets the negated search expression.

Applies to