ExistsType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |