Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 2 KB

File metadata and controls

66 lines (46 loc) · 2 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
Bitmask
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
Bitmask
schema
fc7eeac2-555f-4cbc-8b48-26d9ed67748a
The Bitmask element represents a hexadecimal or decimal mask to be used during an Excludes restriction operation.

Bitmask

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

<Bitmask Value="" />

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

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 MicrosoftExchange Server 2007 that has the Client Access server role installed.

Element information

Element Example
Namespace
http://schemas.microsoft.com/exchange/services/2006/types
Schema name
Types schema
Validation file
Types.xsd
Can be empty
False

See also