ContainsExpressionType.ContainmentMode 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 ContainmentMode property gets or sets a value that identifies the boundaries of a search string.
public:
property ExchangeWebServices::ContainmentModeType ContainmentMode { ExchangeWebServices::ContainmentModeType get(); void set(ExchangeWebServices::ContainmentModeType value); };
public ExchangeWebServices.ContainmentModeType ContainmentMode { get; set; }
Public Property ContainmentMode As ContainmentModeType
Property Value
The ContainmentMode property returns a ContainmentModeType enumeration that identifies the boundaries of a search string.
Remarks
If this property is not set, the containment mode will use FullString by default.
You must set the ContainmentModeSpecified property to true so that the ContainmentMode property is serialized into the SOAP message.