Compartir a través de


: ExchangeServiceBinding.SyncFolderHierarchy (Método) (Microsoft.SharePoint.Portal.WebControls)

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

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<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
'Uso
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
)

Parámetros

  • SyncFolderHierarchy1

Vea también

Referencia

ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)