MapiPropertyType enum
Values
- ApplicationTime → const MapiPropertyType
-
The property is of type ApplicationTime. - ApplicationTimeArray → const MapiPropertyType
-
The property is of type ApplicationTimeArray. - Binary → const MapiPropertyType
-
The property is of type Binary. - BinaryArray → const MapiPropertyType
-
The property is of type BinaryArray. - Boolean → const MapiPropertyType
-
The property is of type Boolean. - CLSID → const MapiPropertyType
-
The property is of type CLSID. - CLSIDArray → const MapiPropertyType
-
The property is of type CLSIDArray. - Currency → const MapiPropertyType
-
The property is of type Currency. - CurrencyArray → const MapiPropertyType
-
The property is of type CurrencyArray. - Double → const MapiPropertyType
-
The property is of type Double. - DoubleArray → const MapiPropertyType
-
The property is of type DoubleArray. - Error → const MapiPropertyType
-
The property is of type Error. - Float → const MapiPropertyType
-
The property is of type Float. - FloatArray → const MapiPropertyType
-
The property is of type FloatArray. - Integer → const MapiPropertyType
-
The property is of type Integer. - IntegerArray → const MapiPropertyType
-
The property is of type IntegerArray. - Long → const MapiPropertyType
-
The property is of type Long. - LongArray → const MapiPropertyType
-
The property is of type LongArray. - Null → const MapiPropertyType
-
The property is of type Null. - Object → const MapiPropertyType
-
The property is of type Object. - ObjectArray → const MapiPropertyType
-
The property is of type ObjectArray. - Short → const MapiPropertyType
-
The property is of type Short. - ShortArray → const MapiPropertyType
-
The property is of type ShortArray. - SystemTime → const MapiPropertyType
-
The property is of type SystemTime. - SystemTimeArray → const MapiPropertyType
-
The property is of type SystemTimeArray. - String → const MapiPropertyType
-
The property is of type String. - StringArray → const MapiPropertyType
-
The property is of type StringArray.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
MapiPropertyType> - A constant List of the values in this enum, in order of their declaration.