Package | Description |
---|---|
microsoft.exchange.webservices.data.core | |
microsoft.exchange.webservices.data.core.request | |
microsoft.exchange.webservices.data.core.response |
Modifier and Type | Method and Description |
---|---|
OofSettings |
ExchangeService.getUserOofSettings(String smtpAddress)
Gets Out of Office (OOF) settings for a specific user.
|
Modifier and Type | Method and Description |
---|---|
void |
ExchangeService.setUserOofSettings(String smtpAddress,
OofSettings oofSettings)
Sets Out of Office (OOF) settings for a specific user.
|
Modifier and Type | Method and Description |
---|---|
OofSettings |
SetUserOofSettingsRequest.getOofSettings()
Gets the oof settings.
|
Modifier and Type | Method and Description |
---|---|
void |
SetUserOofSettingsRequest.setOofSettings(OofSettings oofSettings)
Sets the oof settings.
|
Modifier and Type | Method and Description |
---|---|
OofSettings |
GetUserOofSettingsResponse.getOofSettings()
Gets the OOF settings.
|
Modifier and Type | Method and Description |
---|---|
void |
GetUserOofSettingsResponse.setOofSettings(OofSettings value)
Sets the oof settings.
|
Copyright © 2012–2015 Microsoft. All rights reserved.