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