SearchFilter.ContainsSubstring Class

Definition

A search filter that checks for the presence of a substring inside a text property.

public: ref class SearchFilter::ContainsSubstring sealed : Microsoft::Exchange::WebServices::Data::SearchFilter::PropertyBasedFilter
public sealed class SearchFilter.ContainsSubstring : Microsoft.Exchange.WebServices.Data.SearchFilter.PropertyBasedFilter
Public NotInheritable Class SearchFilter.ContainsSubstring
Inherits SearchFilter.PropertyBasedFilter
Inheritance

Constructors

SearchFilter.ContainsSubstring()

Initializes a new instance of the SearchFilter.ContainsSubstring class.

SearchFilter.ContainsSubstring(PropertyDefinitionBase, String)

Initializes a new instance of the SearchFilter.ContainsSubstring class with the specified property definition and string to compare.

SearchFilter.ContainsSubstring(PropertyDefinitionBase, String, ContainmentMode, ComparisonMode)

Initializes a new instance of the SearchFilter.ContainsSubstring class with the specified property definition and string to compare and comparison and containment modes.

Properties

ComparisonMode

Gets or sets the comparison mode.

ContainmentMode

Gets or sets the containment mode for the comparison.

PropertyDefinition

Gets or sets an item property that is used to filter the search.

(Inherited from SearchFilter.PropertyBasedFilter)
Value

Gets or sets the value to compare the specified property with.

Applies to