ExchangeServiceBinding.EndCreateFolder Method
The EndCreateFolder method is used to end an asynchronous CreateFolder call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function EndCreateFolder ( _
asyncResult As IAsyncResult _
) As CreateFolderResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As CreateFolderResponseType
returnValue = instance.EndCreateFolder(asyncResult)
public CreateFolderResponseType EndCreateFolder(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: ExchangeWebServices.CreateFolderResponseType
The EndCreateFolder method returns a CreateFolderResponseType object.