ExchangeServiceBinding.EndCreateManagedFolder(IAsyncResult) 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 EndCreateManagedFolder(IAsyncResult) method is used to end an asynchronous CreateManagedFolder(CreateManagedFolderRequestType) call.
public:
ExchangeWebServices::CreateManagedFolderResponseType ^ EndCreateManagedFolder(IAsyncResult ^ asyncResult);
public ExchangeWebServices.CreateManagedFolderResponseType EndCreateManagedFolder (IAsyncResult asyncResult);
Public Function EndCreateManagedFolder (asyncResult As IAsyncResult) As CreateManagedFolderResponseType
Parameters
- asyncResult
- IAsyncResult
Returns
The EndCreateManagedFolder(IAsyncResult) method returns a CreateManagedFolderResponseType object.