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