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