次の方法で共有


ExchangeServiceBinding.FindFolder(FindFolderType) メソッド

定義

メソッドは FindFolder(FindFolderType) に要求を送信し、FindFolder 操作から応答を取得します。

public:
 ExchangeWebServices::FindFolderResponseType ^ FindFolder(ExchangeWebServices::FindFolderType ^ FindFolder1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/FindFolder", 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("RequestServerVersionValue")]
[System.Web.Services.Protocols.SoapHeader("ManagementRole")]
[System.Web.Services.Protocols.SoapHeader("TimeZoneContext")]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
public ExchangeWebServices.FindFolderResponseType FindFolder (ExchangeWebServices.FindFolderType FindFolder1);
Public Function FindFolder (FindFolder1 As FindFolderType) As FindFolderResponseType

パラメーター

FindFolder1
FindFolderType

フォルダーの検索に FindFolderType 使用されるクエリを表す クラスのインスタンス。

戻り値

メソッドは FindFolder(FindFolderType) 、FindFolder 操作のクエリ結果を含む FindFolderResponseType オブジェクトを返します。

属性

適用対象