Bitmask

Topic Last Modified: 2007-10-04

The Bitmask element represents a hexadecimal or decimal mask to be used during an Excludes restriction operation.

Syntax

<Bitmask Value="" />

Type

ExcludesValueType

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description

Value

Represents a decimal or hexadecimal bitmask. The value is represented by the following regular expression: ((0x|0X)[0-9A-Fa-f]*)|([0-9]*).

The following are examples of hexadecimal values for this attribute:

  • 0x12AF
  • 0X334AE

The following are examples of decimal values for this attribute:

  • 10
  • 255
  • 4562

Child Elements

None.

Parent Elements

Element Description

Excludes

Performs a bitwise mask of the properties.

Remarks

Hexadecimal values must have a prefix of either 0x or 0X. If this prefix does not exist, the value is assumed to be a decimal number.

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/types

Schema name

Types schema

Validation file

Types.xsd

Can be empty

False

See Also

Other Resources

Exchange Web Services XML Elements