ExchangeServiceBinding.CreateManagedFolder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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