ExchangeServiceBinding.CreateFolder(CreateFolderType) メソッド

定義

メソッドは CreateFolder(CreateFolderType) 要求を送信し、CreateFolder 操作への応答を取得します。

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

パラメーター

CreateFolder1
CreateFolderType

作成するフォルダーを CreateFolderType 表す クラスのインスタンス。

戻り値

メソッドは CreateFolder(CreateFolderType) 、作成された CreateFolderResponseType フォルダーの識別子を含む オブジェクトを返します。

属性

適用対象