ExchangeServiceBinding.SetUserOofSettings(SetUserOofSettingsRequest) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O SetUserOofSettings(SetUserOofSettingsRequest) método envia a solicitação para e retorna a resposta de uma operação SetUserOofSettings.
public:
ExchangeWebServices::SetUserOofSettingsResponse ^ SetUserOofSettings(ExchangeWebServices::SetUserOofSettingsRequest ^ SetUserOofSettingsRequest);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/SetUserOofSettings", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare, Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
public ExchangeWebServices.SetUserOofSettingsResponse SetUserOofSettings (ExchangeWebServices.SetUserOofSettingsRequest SetUserOofSettingsRequest);
Parâmetros
- SetUserOofSettingsRequest
- SetUserOofSettingsRequest
Uma instância da SetUserOofSettingsRequest classe que representa a configuração OOF (Fora do Office) a ser definida.
Retornos
O SetUserOofSettings(SetUserOofSettingsRequest) método retorna um SetUserOofSettingsResponse objeto que contém o status da operação SetUserOofSettings.
- Atributos