Share via


Exception.AppointmentItem Property

Returns the AppointmentItem object that is the exception. Not valid for deleted appointments. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
ReadOnly Property AppointmentItem As AppointmentItem
    Get
'Usage
Dim instance As Exception
Dim value As AppointmentItem

value = instance.AppointmentItem
AppointmentItem AppointmentItem { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.AppointmentItem

See Also

Reference

Exception Interface

Exception Members

Microsoft.Office.Interop.Outlook Namespace