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