ExcludesType.Bitmask Property
The Bitmask property gets or sets a hexadecimal or decimal mask that is to be used during an Excludes restriction operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Bitmask As ExcludesValueType
Get
Set
'Usage
Dim instance As ExcludesType
Dim value As ExcludesValueType
value = instance.Bitmask
instance.Bitmask = value
public ExcludesValueType Bitmask { get; set; }
Property Value
Type: ExchangeWebServices.ExcludesValueType
The Bitmask property returns an ExcludesValueType object that represents a bitmask.
Remarks
If the bitmask represents a hexadecimal number, it must be prefixed by 0x or 0X. Otherwise, it will be considered a decimal number.
See Also