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