IException Property Methods

These methods are not supported in Windows CE Platform Builder 3.0.

The property methods of the IException interface read the properties described in the following table. For more information, see Interface Property Methods.

Properties in Vtable Order

Property Description
Deleted
HRESULT get_Deleted
([out] VARIANT_BOOL *pbDeleted);
Returns TRUE if the exception is because the instance was deleted.
OriginalDate
HRESULT get_OriginalDate
([out] DATE *pdaOriginalDate);
Returns the date this exception originally occurred.
AppointmentItem
HRESULT get_AppointmentItem
([out] Iappointment **ppAppointmentItem);
Returns the appointment item that corresponds to this exception. Returns NULL if the exception is a deleted instance.
Application
HRESULT get_Application
([out] IPOutlookApp **ppIPOutlookApp)
Returns the main Pocket Outlook application object.

Return Values

Each property method supports the standard HRESULT return values, including S_OK.

See Also

IException::Unknown

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.