| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ExternalAudience |
OutOfOfficeResponse.getExternalAudience()
Gets a value that identifies to whom external OOF messages are sent.
|
ExternalAudience |
OutOfOffice.getExternalAudience()
Gets how external users are handled.
|
static ExternalAudience |
ExternalAudience.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalAudience[] |
ExternalAudience.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutOfOffice.setExternalAudience(ExternalAudience externalAudience)
Sets how external users are handled.
|