| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
StandardPropertySet |
PropertyName.getSet()
Gets property set.
|
StandardPropertySet |
PropertyId.getSet()
Gets the sets the.
|
static StandardPropertySet |
StandardPropertySet.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardPropertySet[] |
StandardPropertySet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyName.setSet(StandardPropertySet set)
Sets property set.
|
void |
PropertyId.setSet(StandardPropertySet set)
Sets the sets the.
|
| Constructor and Description |
|---|
PropertyId(int id,
StandardPropertySet set)
Initializes a new instance of the PropertyId class.
|
PropertyId(int id,
StandardPropertySet set,
MapiPropertyType type)
Initializes a new instance of the PropertyId class.
|
PropertyName(java.lang.String name,
StandardPropertySet set)
Initializes a new instance of the PropertyName class.
|
PropertyName(java.lang.String name,
StandardPropertySet set,
MapiPropertyType type)
Initializes a new instance of the PropertyName class.
|