Partager via


ExchangeServiceBinding.SyncFolderHierarchy, méthode (Microsoft.SharePoint.Portal.WebControls)

Synchronizes folders between the Microsoft Exchange Server 2007 server and the client.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<SoapHeaderAttribute("ServerVersionInfoValue", Direction:=SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("SerializedSecurityContext")> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/SyncFolderHierarchy", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Bare)> _
Public Function SyncFolderHierarchy ( _
    SyncFolderHierarchy1 As SyncFolderHierarchyType _
) As SyncFolderHierarchyResponseType
'Utilisation
Dim instance As ExchangeServiceBinding
Dim SyncFolderHierarchy1 As SyncFolderHierarchyType
Dim returnValue As SyncFolderHierarchyResponseType

returnValue = instance.SyncFolderHierarchy(SyncFolderHierarchy1)
[SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)] 
[SoapHeaderAttribute("SerializedSecurityContext")] 
[SoapHeaderAttribute("ExchangeImpersonation")] 
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/SyncFolderHierarchy", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)] 
public SyncFolderHierarchyResponseType SyncFolderHierarchy (
    SyncFolderHierarchyType SyncFolderHierarchy1
)

Paramètres

  • SyncFolderHierarchy1

Voir aussi

Référence

ExchangeServiceBinding, classe
Membres ExchangeServiceBinding
Microsoft.SharePoint.Portal.WebControls, espace de noms