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
public ExcludesValueType Bitmask { get; set; }
public:
property ExcludesValueType^ Bitmask {
ExcludesValueType^ get ();
void set (ExcludesValueType^ value);
}
/** @property */
public ExcludesValueType get_Bitmask ()
/** @property */
public void set_Bitmask (ExcludesValueType value)
public function get Bitmask () : ExcludesValueType
public function set Bitmask (value : ExcludesValueType)
Property Value
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.
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also