|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MapiPropertyType in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return MapiPropertyType | |
|---|---|
MapiPropertyType |
ExtendedPropertyDefinition.getMapiType()
Gets the MAPI type of the extended property. |
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. |
| Constructors in microsoft.exchange.webservices.data 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 | ||||||||