ExcludesType Class
The ExcludesType class performs a bitwise mask of the specified property and a supplied value.
Inheritance Hierarchy
System.Object
ExchangeWebServices.SearchExpressionType
ExchangeWebServices.ExcludesType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ExcludesType _
Inherits SearchExpressionType
'Usage
Dim instance As ExcludesType
[SerializableAttribute]
public class ExcludesType : SearchExpressionType
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.