ExchangeServiceBinding.GetUserAvailabilityCompleted Event

The GetUserAvailabilityCompleted event occurs when an asynchronous GetUserAvailability operation is complete.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
Public Event GetUserAvailabilityCompleted As GetUserAvailabilityCompletedEventHandler
public event GetUserAvailabilityCompletedEventHandler GetUserAvailabilityCompleted
public:
event GetUserAvailabilityCompletedEventHandler^ GetUserAvailabilityCompleted {
    void add (GetUserAvailabilityCompletedEventHandler^ value);
    void remove (GetUserAvailabilityCompletedEventHandler^ value);
}
/** @event */
public void add_GetUserAvailabilityCompleted (GetUserAvailabilityCompletedEventHandler value)

/** @event */
public void remove_GetUserAvailabilityCompleted (GetUserAvailabilityCompletedEventHandler value)
JScript supports the use of events, but not the declaration of new ones.

Remarks

For an example of an asynchronous call, See FindFolderAsync.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)