ExchangeService.SetUserOofSettings(String, OofSettings) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the Out of Office (OOF) settings for a specified mailbox.
public:
void SetUserOofSettings(System::String ^ smtpAddress, Microsoft::Exchange::WebServices::Data::OofSettings ^ oofSettings);
public void SetUserOofSettings (string smtpAddress, Microsoft.Exchange.WebServices.Data.OofSettings oofSettings);
Parameters
- smtpAddress
- String
The SMTP address of the user for whom OOF settings are to be set.
- oofSettings
- OofSettings
The OOF settings.