ExchangeServiceBinding.SyncFolderHierarchy(SyncFolderHierarchyType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SyncFolderHierarchy(SyncFolderHierarchyType) method sends the request to and returns the response from a SyncFolderHierarchy operation.
public:
ExchangeWebServices::SyncFolderHierarchyResponseType ^ SyncFolderHierarchy(ExchangeWebServices::SyncFolderHierarchyType ^ SyncFolderHierarchy1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/SyncFolderHierarchy", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare, Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("MailboxCulture")]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("RequestServerVersionValue")]
public ExchangeWebServices.SyncFolderHierarchyResponseType SyncFolderHierarchy (ExchangeWebServices.SyncFolderHierarchyType SyncFolderHierarchy1);
Public Function SyncFolderHierarchy (SyncFolderHierarchy1 As SyncFolderHierarchyType) As SyncFolderHierarchyResponseType
Parameters
- SyncFolderHierarchy1
- SyncFolderHierarchyType
An instance of the SyncFolderHierarchyType class that represents the type of information to synchronize for a folder hierarchy.
Returns
The SyncFolderHierarchy(SyncFolderHierarchyType) method returns a SyncFolderHierarchyResponseType object that contains the set of changes to a folder hierarchy.
- Attributes