Share via


IException::get_AppointmentItem

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The AppointmentItem property gets the Appointment item that corresponds to this ExceptionIException object.

Syntax

HRESULT get_AppointmentItem(
   IAppointment ** ppAppt
);

Parameters

  • ppAppt
    [out] Reference to the IAppointment item that corresponds to this exception.

Return Value

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK, well as the following:

  • S_FALSE
    The exception is a deleted instance.

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IException
IExceptions
Pocket Outlook Object Model Interfaces

Other Resources

Pocket Outlook Object Model Enumerations