Exceptions Interface

Contains a group of Exception objects.

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

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
<GuidAttribute("0006304C-0000-0000-C000-000000000046")> _
<TypeLibTypeAttribute()> _
Public Interface Exceptions _
    Inherits IEnumerable
'Usage
Dim instance As Exceptions
[DefaultMemberAttribute("Item")]
[GuidAttribute("0006304C-0000-0000-C000-000000000046")]
[TypeLibTypeAttribute()]
public interface Exceptions : IEnumerable

Remarks

If you have a recurring AppointmentItem , the RecurrencePattern object defines the recurrence of these appointments. The Exceptions object contains the group of Exception objects that define the exceptions to that series of appointments.

Exception objects are added to the Exceptions object whenever a property in the corresponding AppointmentItem object is altered.

See Also

Reference

Exceptions Members

Microsoft.Office.Interop.Outlook Namespace