ExcludesType Class
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 ExcludesType class performs a bitwise mask of the specified property and a supplied value.
public ref class ExcludesType : ExchangeWebServices::SearchExpressionType
public class ExcludesType : ExchangeWebServices.SearchExpressionType
Public Class ExcludesType
Inherits SearchExpressionType
- Inheritance
Remarks
The ExcludesType restriction can only be applied to a property that has an integer value. If the property type is anything other than an integer, an error code of ErrorUnsupportedPathForQuery is returned in the response.
Constructors
ExcludesType() |
The ExcludesType constructor initializes a new instance of the ExcludesType class. |
Properties
Bitmask |
The Bitmask property gets or sets a hexadecimal or decimal mask that is to be used during an Excludes restriction operation. |
Item |
The Item property gets or sets the property path that is compared to the Bitmask. |