ContainsExpressionType.ContainmentComparison 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 ContainmentComparison property gets or sets a value that specifies whether the search ignores cases and spaces.
public:
property ExchangeWebServices::ContainmentComparisonType ContainmentComparison { ExchangeWebServices::ContainmentComparisonType get(); void set(ExchangeWebServices::ContainmentComparisonType value); };
public ExchangeWebServices.ContainmentComparisonType ContainmentComparison { get; set; }
Public Property ContainmentComparison As ContainmentComparisonType
Property Value
The ContainmentComparison property returns a ContainmentComparisonType enumeration.
Remarks
You must set the ContainmentComparisonSpecified property to true so that the ContainmentComparison property is serialized into the SOAP message.