Uses of Class
microsoft.exchange.webservices.data.property.complex.availability.OofSettings
-
Packages that use OofSettings Package Description 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 Modifier and Type Method Description OofSettingsExchangeService. 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 Modifier and Type Method Description voidExchangeService. 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 Modifier and Type Method Description OofSettingsSetUserOofSettingsRequest. getOofSettings()Gets the oof settings.Methods in microsoft.exchange.webservices.data.core.request with parameters of type OofSettings Modifier and Type Method Description voidSetUserOofSettingsRequest. 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 Modifier and Type Method Description OofSettingsGetUserOofSettingsResponse. getOofSettings()Gets the OOF settings.Methods in microsoft.exchange.webservices.data.core.response with parameters of type OofSettings Modifier and Type Method Description voidGetUserOofSettingsResponse. setOofSettings(OofSettings value)Sets the oof settings.
-