ContainsExpressionType.ContainmentMode Property

Definition

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.

Applies to