: ExchangeServiceBinding.SetUserOofSettings (Método) (Microsoft.SharePoint.Portal.WebControls)
Sets a mailbox user's Out of Office settings and message.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/SetUserOofSettings", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction:=SoapHeaderDirection.Out)> _
Public Function SetUserOofSettings ( _
SetUserOofSettingsRequest As SetUserOofSettingsRequest _
) As SetUserOofSettingsResponse
'Uso
Dim instance As ExchangeServiceBinding
Dim SetUserOofSettingsRequest As SetUserOofSettingsRequest
Dim returnValue As SetUserOofSettingsResponse
returnValue = instance.SetUserOofSettings(SetUserOofSettingsRequest)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/SetUserOofSettings", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)]
public SetUserOofSettingsResponse SetUserOofSettings (
SetUserOofSettingsRequest SetUserOofSettingsRequest
)
Parámetros
- SetUserOofSettingsRequest
Vea también
Referencia
ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)