NotType.Item Property
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 Item property gets or sets the negated search expression.
public:
property ExchangeWebServices::SearchExpressionType ^ Item { ExchangeWebServices::SearchExpressionType ^ get(); void set(ExchangeWebServices::SearchExpressionType ^ value); };
public ExchangeWebServices.SearchExpressionType Item { get; set; }
Public Property Item As SearchExpressionType
Property Value
The Item property returns a SearchExpressionType object.
Remarks
The Item property can be set with any of the following types:
- AndType
- ContainsExpressionType
- ExcludesType
- ExistsType
- IsEqualToType
- IsGreaterThanType
- IsGreaterThanOrEqualToType
- IsLessThanType
- IsLessThanOrEqualToType
- IsNotEqualToType
- NotType
- OrType