ExchangeServiceBinding::CreateManagedFolder method
Exchange Server 2013
The CreateManagedFolder method sends the request to and gets the response from a CreateManagedFolder operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Parameters
- CreateManagedFolder1
- Type: ExchangeWebServices.CreateManagedFolderRequestType
An instance of the CreateManagedFolderRequestType class that represents the managed folders to add to a mailbox.
Return value
Type: ExchangeWebServices.CreateManagedFolderResponseTypeThe CreateManagedFolder method returns a CreateManagedFolderResponseType object that contains the status of the CreateManagedFolder operation.
To better understand how to implement this functionality, see the Managed Folder Selector Sample download.
Show: