|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapiPropertyType | |
|---|---|
| microsoft.exchange.webservices.data.core.enumeration.property | |
| microsoft.exchange.webservices.data.misc | |
| microsoft.exchange.webservices.data.property.definition | |
| Uses of MapiPropertyType in microsoft.exchange.webservices.data.core.enumeration.property |
|---|
| Methods in microsoft.exchange.webservices.data.core.enumeration.property that return MapiPropertyType | |
|---|---|
static MapiPropertyType |
MapiPropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MapiPropertyType[] |
MapiPropertyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of MapiPropertyType in microsoft.exchange.webservices.data.misc |
|---|
| Methods in microsoft.exchange.webservices.data.misc that return types with arguments of type MapiPropertyType | |
|---|---|
static Map<MapiPropertyType,MapiTypeConverterMapEntry> |
MapiTypeConverter.getMapiTypeConverterMap()
Gets the MAPI type converter map. |
| Methods in microsoft.exchange.webservices.data.misc with parameters of type MapiPropertyType | |
|---|---|
static Object |
MapiTypeConverter.changeType(MapiPropertyType mapiType,
Object value)
Change value to a value of compatible type. |
static String |
MapiTypeConverter.convertToString(MapiPropertyType mapiPropType,
Object value)
Converts a value to a string. |
static List<Object> |
MapiTypeConverter.convertToValue(MapiPropertyType mapiPropType,
Iterator<String> strings)
Converts the string list to array. |
static Object |
MapiTypeConverter.convertToValue(MapiPropertyType mapiPropType,
String stringValue)
Converts a string to value consistent with MAPI type. |
static boolean |
MapiTypeConverter.isArrayType(MapiPropertyType mapiType)
Determines whether MapiPropertyType is an array type. |
| Uses of MapiPropertyType in microsoft.exchange.webservices.data.property.definition |
|---|
| Methods in microsoft.exchange.webservices.data.property.definition that return MapiPropertyType | |
|---|---|
MapiPropertyType |
ExtendedPropertyDefinition.getMapiType()
Gets the MAPI type of the extended property. |
| Constructors in microsoft.exchange.webservices.data.property.definition with parameters of type MapiPropertyType | |
|---|---|
ExtendedPropertyDefinition(DefaultExtendedPropertySet propertySet,
int id,
MapiPropertyType mapiType)
Initializes a new instance. |
|
ExtendedPropertyDefinition(DefaultExtendedPropertySet propertySet,
String name,
MapiPropertyType mapiType)
Initializes a new instance. |
|
ExtendedPropertyDefinition(int tag,
MapiPropertyType mapiType)
Initializes a new instance. |
|
ExtendedPropertyDefinition(MapiPropertyType mapiType)
Initializes a new instance. |
|
ExtendedPropertyDefinition(UUID propertySetId,
int id,
MapiPropertyType mapiType)
Initializes a new instance. |
|
ExtendedPropertyDefinition(UUID propertySetId,
String name,
MapiPropertyType mapiType)
Initializes a new instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||