| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
PersonaPostalAddress |
EnhancedLocation.getPostalAddress()
Gets the postal address for the associated persona.
|
PersonaPostalAddress |
PersonaPostalAddressAttributedValue.getValue()
Gets the value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnhancedLocation.setPostalAddress(PersonaPostalAddress postalAddress)
Sets the postal address for the associated persona.
|
| Constructor and Description |
|---|
EnhancedLocation(java.lang.String displayName,
java.lang.String annotation,
PersonaPostalAddress postalAddress)
Initializes a new instance of the EnhancedLocation class by using the supplied display name, calendar item note, and persona postal address.
|