Exception Interface

Represents information about one instance of an AppointmentItem object which is an exception to a recurring series.

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

Syntax

'Declaration
<GuidAttribute("0006304D-0000-0000-C000-000000000046")> _
Public Interface Exception
'Usage
Dim instance As Exception
[GuidAttribute("0006304D-0000-0000-C000-000000000046")]
public interface Exception

Remarks

Unlike most of the other Microsoft Outlook objects, the Exception object is a read-only object. This means that you cannot create an Exception object but, rather, the object is created when a property of an AppointmentItem is altered. For example, if you change the Start property of one AppointmentItem, you have created an Exception in AppointmentItem.RecurrencePattern.Exceptions.

NoteNote

The Exceptions object is on the RecurrencePattern , not the AppointmentItem object itself.

See Also

Reference

Exception Members

Microsoft.Office.Interop.Outlook Namespace