Uses of Class
microsoft.exchange.webservices.data.property.complex.availability.OofSettings

Packages that use OofSettings
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.core.response   
 

Uses of OofSettings in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return OofSettings
 OofSettings ExchangeService.getUserOofSettings(String smtpAddress)
          Gets Out of Office (OOF) settings for a specific user.
 

Methods in microsoft.exchange.webservices.data.core with parameters of type OofSettings
 void ExchangeService.setUserOofSettings(String smtpAddress, OofSettings oofSettings)
          Sets Out of Office (OOF) settings for a specific user.
 

Uses of OofSettings in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return OofSettings
 OofSettings SetUserOofSettingsRequest.getOofSettings()
          Gets the oof settings.
 

Methods in microsoft.exchange.webservices.data.core.request with parameters of type OofSettings
 void SetUserOofSettingsRequest.setOofSettings(OofSettings oofSettings)
          Sets the oof settings.
 

Uses of OofSettings in microsoft.exchange.webservices.data.core.response
 

Methods in microsoft.exchange.webservices.data.core.response that return OofSettings
 OofSettings GetUserOofSettingsResponse.getOofSettings()
          Gets the OOF settings.
 

Methods in microsoft.exchange.webservices.data.core.response with parameters of type OofSettings
 void GetUserOofSettingsResponse.setOofSettings(OofSettings value)
          Sets the oof settings.
 



Copyright © 2012–2015 Microsoft. All rights reserved.