: ExchangeServiceBinding.UpdateFolder (Método) (Microsoft.SharePoint.Portal.WebControls)
Modifies properties of an existing item in the Microsoft Exchange Server 2007 data store.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/UpdateFolder", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction:=SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("MailboxCulture")> _
<SoapHeaderAttribute("SerializedSecurityContext")> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
Public Function UpdateFolder ( _
UpdateFolder1 As UpdateFolderType _
) As UpdateFolderResponseType
'Uso
Dim instance As ExchangeServiceBinding
Dim UpdateFolder1 As UpdateFolderType
Dim returnValue As UpdateFolderResponseType
returnValue = instance.UpdateFolder(UpdateFolder1)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/UpdateFolder", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)]
[SoapHeaderAttribute("MailboxCulture")]
[SoapHeaderAttribute("SerializedSecurityContext")]
[SoapHeaderAttribute("ExchangeImpersonation")]
public UpdateFolderResponseType UpdateFolder (
UpdateFolderType UpdateFolder1
)
Parámetros
- UpdateFolder1
Vea también
Referencia
ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)