ExchangeServiceBinding.SetUserOofSettings, méthode (Microsoft.SharePoint.Portal.WebControls)
Sets a mailbox user's Out of Office settings and message.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<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
'Utilisation
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
)
Paramètres
- SetUserOofSettingsRequest
Voir aussi
Référence
ExchangeServiceBinding, classe
Membres ExchangeServiceBinding
Microsoft.SharePoint.Portal.WebControls, espace de noms