ExchangeServiceBinding.CreateManagedFolder メソッド

定義

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

public:
 ExchangeWebServices::CreateManagedFolderResponseType ^ CreateManagedFolder(ExchangeWebServices::CreateManagedFolderRequestType ^ CreateManagedFolder1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/CreateManagedFolder", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare, Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
[System.Web.Services.Protocols.SoapHeader("RequestServerVersionValue")]
[System.Web.Services.Protocols.SoapHeader("MailboxCulture")]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
public ExchangeWebServices.CreateManagedFolderResponseType CreateManagedFolder (ExchangeWebServices.CreateManagedFolderRequestType CreateManagedFolder1);
Public Function CreateManagedFolder (CreateManagedFolder1 As CreateManagedFolderRequestType) As CreateManagedFolderResponseType

パラメーター

CreateManagedFolder1
CreateManagedFolderRequestType

メールボックスに CreateManagedFolderRequestType 追加するマネージド フォルダーを表す クラスのインスタンス。

戻り値

メソッドは CreateManagedFolder(CreateManagedFolderRequestType)CreateManagedFolderResponseType CreateManagedFolder 操作の状態を含む オブジェクトを返します。

属性

注釈

この機能を実装する方法を理解するには、マネージド フォルダー セレクター のサンプルを参照してください

適用対象