ExchangeServiceBinding.EndCreateFolder(IAsyncResult) Method

Definition

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.

Applies to