ExchangeServiceBinding.MoveItemCompleted Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MoveItemCompleted event occurs when an asynchronous MoveItem operation is complete.
public:
event ExchangeWebServices::MoveItemCompletedEventHandler ^ MoveItemCompleted;
public event ExchangeWebServices.MoveItemCompletedEventHandler MoveItemCompleted;
Public Custom Event MoveItemCompleted As MoveItemCompletedEventHandler
Event Type
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).