ExchangeServiceBinding.SyncFolderItems Method
Synchronizes items between the Microsoft Exchange Server 2007 server and the client.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<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
'Usage
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
)
Parameters
- SyncFolderItems1
Type: Microsoft.SharePoint.Portal.WebControls.SyncFolderItemsType
Return Value
Type: Microsoft.SharePoint.Portal.WebControls.SyncFolderItemsResponseType