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