Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.MapiPropertyType
-
-
Uses of MapiPropertyType in microsoft.exchange.webservices.data.core.enumeration.property
Methods in microsoft.exchange.webservices.data.core.enumeration.property that return MapiPropertyType Modifier and Type Method Description static MapiPropertyTypeMapiPropertyType. 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 Modifier and Type Method Description static Map<MapiPropertyType,MapiTypeConverterMapEntry>MapiTypeConverter. getMapiTypeConverterMap()Gets the MAPI type converter map.Methods in microsoft.exchange.webservices.data.misc with parameters of type MapiPropertyType Modifier and Type Method Description static ObjectMapiTypeConverter. changeType(MapiPropertyType mapiType, Object value)Change value to a value of compatible type.static StringMapiTypeConverter. convertToString(MapiPropertyType mapiPropType, Object value)Converts a value to a string.static ObjectMapiTypeConverter. convertToValue(MapiPropertyType mapiPropType, String stringValue)Converts a string to value consistent with MAPI type.static List<Object>MapiTypeConverter. convertToValue(MapiPropertyType mapiPropType, Iterator<String> strings)Converts the string list to array.static booleanMapiTypeConverter. 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 Modifier and Type Method Description MapiPropertyTypeExtendedPropertyDefinition. getMapiType()Gets the MAPI type of the extended property.Constructors in microsoft.exchange.webservices.data.property.definition with parameters of type MapiPropertyType Constructor Description ExtendedPropertyDefinition(int tag, 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.ExtendedPropertyDefinition(DefaultExtendedPropertySet propertySet, int id, MapiPropertyType mapiType)Initializes a new instance.ExtendedPropertyDefinition(DefaultExtendedPropertySet propertySet, String name, MapiPropertyType mapiType)Initializes a new instance.ExtendedPropertyDefinition(MapiPropertyType mapiType)Initializes a new instance.
-