: ExchangeServiceBinding.SyncFolderItems (Método) (Microsoft.SharePoint.Portal.WebControls)
Synchronizes items 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("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
'Uso
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
)
Parámetros
- SyncFolderItems1
Vea también
Referencia
ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)