ExchangeService.GetUserOofSettings(String) Method

Definition

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.

Applies to