ExchangeService.GetUserOofSettings(String) 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.
Gets Out of Office (OOF) settings for a specified mailbox.
public:
Microsoft::Exchange::WebServices::Data::OofSettings ^ GetUserOofSettings(System::String ^ smtpAddress);
public Microsoft.Exchange.WebServices.Data.OofSettings GetUserOofSettings (string smtpAddress);
Public Function GetUserOofSettings (smtpAddress As String) As OofSettings
Parameters
- smtpAddress
- String
The SMTP address of the user for whom OOF settings are to be retrieved.
Returns
The OOF settings for the specified mailbox.