ExchangeServiceBinding.SyncFolderItems, méthode (Microsoft.SharePoint.Portal.WebControls)
Synchronizes items 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("SerializedSecurityContext")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/SyncFolderItems", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction:=SoapHeaderDirection.Out)> _
Public Function SyncFolderItems ( _
SyncFolderItems1 As SyncFolderItemsType _
) As SyncFolderItemsResponseType
'Utilisation
Dim instance As ExchangeServiceBinding
Dim SyncFolderItems1 As SyncFolderItemsType
Dim returnValue As SyncFolderItemsResponseType
returnValue = instance.SyncFolderItems(SyncFolderItems1)
[SoapHeaderAttribute("SerializedSecurityContext")]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/SyncFolderItems", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)]
[SoapHeaderAttribute("ExchangeImpersonation")]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)]
public SyncFolderItemsResponseType SyncFolderItems (
SyncFolderItemsType SyncFolderItems1
)
Paramètres
- SyncFolderItems1
Voir aussi
Référence
ExchangeServiceBinding, classe
Membres ExchangeServiceBinding
Microsoft.SharePoint.Portal.WebControls, espace de noms