ExchangeServiceBinding.MoveItemCompleted Event
The MoveItemCompleted event occurs when an asynchronous MoveItem operation is complete.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Event MoveItemCompleted As MoveItemCompletedEventHandler
'Usage
Dim instance As ExchangeServiceBinding
Dim handler As MoveItemCompletedEventHandler
AddHandler instance.MoveItemCompleted, handler
public event MoveItemCompletedEventHandler MoveItemCompleted