SearchFilter.ExcludesBitmask Constructors

Definition

Overloads

SearchFilter.ExcludesBitmask()

Initializes a new instance of the SearchFilter.ExcludesBitmask class.

SearchFilter.ExcludesBitmask(PropertyDefinitionBase, Int32)

Initializes a new instance of the SearchFilter.ExcludesBitmask class with the specified property definition and bitmask.

SearchFilter.ExcludesBitmask()

Initializes a new instance of the SearchFilter.ExcludesBitmask class.

public:
 ExcludesBitmask();
public ExcludesBitmask ();
Public Sub New ()

Applies to

SearchFilter.ExcludesBitmask(PropertyDefinitionBase, Int32)

Initializes a new instance of the SearchFilter.ExcludesBitmask class with the specified property definition and bitmask.

public:
 ExcludesBitmask(Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^ propertyDefinition, int bitmask);
public ExcludesBitmask (Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase propertyDefinition, int bitmask);
Public Sub New (propertyDefinition As PropertyDefinitionBase, bitmask As Integer)

Parameters

propertyDefinition
PropertyDefinitionBase

The definition of the property that is being compared.

bitmask
Int32

The bitmask to compare with.

Applies to