| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
MapiPropertyType |
PropertyTag.getType()
Gets the property type of a property tag.
|
MapiPropertyType |
PropertyName.getType()
Gets the property type.
|
MapiPropertyType |
PropertyId.getType()
Gets the type.
|
MapiPropertyType |
CustomPropertyName.getType()
Gets the property type of a property tag.
|
MapiPropertyType |
CustomPropertyId.getType()
Gets the property type of a property tag.
|
static MapiPropertyType |
MapiPropertyType.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyTag.setType(MapiPropertyType type)
Sets the property type of a property tag.
|
void |
PropertyName.setType(MapiPropertyType type)
Sets the property type.
|
void |
PropertyId.setType(MapiPropertyType type)
Sets the type.
|
void |
CustomPropertyName.setType(MapiPropertyType type)
Sets the property type of a property tag.
|
void |
CustomPropertyId.setType(MapiPropertyType type)
Sets the property type of a property tag.
|
| Constructor and Description |
|---|
CustomPropertyId(int id,
java.lang.String set,
MapiPropertyType type)
Initializes a new instance of the CustomPropertyId class.
|
CustomPropertyName(java.lang.String name,
java.lang.String set,
MapiPropertyType type)
Initializes a new instance of the CustomPropertyName class.
|
PropertyId(int id,
StandardPropertySet set,
MapiPropertyType type)
Initializes a new instance of the PropertyId class.
|
PropertyName(java.lang.String name,
StandardPropertySet set,
MapiPropertyType type)
Initializes a new instance of the PropertyName class.
|
PropertyTag(int tag,
MapiPropertyType type)
Initializes a new instance of the PropertyTag class.
|