ExchangeServiceBinding.CreateManagedFolder Method

Definition

The CreateManagedFolder(CreateManagedFolderRequestType) method sends the request to and gets the response from a CreateManagedFolder operation.

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

Parameters

CreateManagedFolder1
CreateManagedFolderRequestType

An instance of the CreateManagedFolderRequestType class that represents the managed folders to add to a mailbox.

Returns

The CreateManagedFolder(CreateManagedFolderRequestType) method returns a CreateManagedFolderResponseType object that contains the status of the CreateManagedFolder operation.

Attributes

Remarks

To better understand how to implement this functionality, see the Managed Folder Selector Sample

Applies to