ExchangeServiceBinding.UpdateItemCompleted 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 UpdateItemCompleted event occurs when an asynchronous UpdateItem operation is complete.
public:
event ExchangeWebServices::UpdateItemCompletedEventHandler ^ UpdateItemCompleted;
public event ExchangeWebServices.UpdateItemCompletedEventHandler UpdateItemCompleted;
Public Custom Event UpdateItemCompleted As UpdateItemCompletedEventHandler
Event Type
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).