ExchangeServiceBinding.SyncFolderHierarchy(SyncFolderHierarchyType) 方法

定义

方法 SyncFolderHierarchy(SyncFolderHierarchyType) 将请求发送到 SyncFolderHierarchy作,并返回来自 SyncFolderHierarchy作的响应。

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

参数

SyncFolderHierarchy1
SyncFolderHierarchyType

类的 SyncFolderHierarchyType 实例,表示要同步的文件夹层次结构的信息类型。

返回

方法 SyncFolderHierarchy(SyncFolderHierarchyType) 返回一个 SyncFolderHierarchyResponseType 对象,该对象包含对文件夹层次结构的一组更改。

属性

适用于