ContainsExpressionType.ContainmentComparison Property

Definition

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.

Applies to