SearchFilter.Exists 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.
Represents a search filter that determines whether a specific property is set.
public: ref class SearchFilter::Exists sealed : Microsoft::Exchange::WebServices::Data::SearchFilter::PropertyBasedFilter
public sealed class SearchFilter.Exists : Microsoft.Exchange.WebServices.Data.SearchFilter.PropertyBasedFilter
Public NotInheritable Class SearchFilter.Exists
Inherits SearchFilter.PropertyBasedFilter
- Inheritance
Remarks
You can use this search filter to determine whether an e-mail message contains a Body property. This will enable you to build a collection of e-mails that have a specific property set.
Constructors
SearchFilter.Exists() |
Initializes a new instance of the SearchFilter.Exists class. |
SearchFilter.Exists(PropertyDefinitionBase) |
Initializes a new instance of the SearchFilter.Exists class with the specified property definition. |
Properties
PropertyDefinition |
Gets or sets an item property that is used to filter the search. (Inherited from SearchFilter.PropertyBasedFilter) |