ExistsType Class

Definition

The ExistsType class represents a search expression that returns true if the supplied property exists on an item.

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

Constructors

ExistsType()

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

Properties

Item

The Item property gets or sets the property that is determined to exist on an item.

Applies to