RecurrencePattern.Instance Property
Returns or sets an Integer (int in C#) value specifying the count for which the recurrence pattern is valid for a given interval. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Instance As Integer
Get
Set
'Usage
Dim instance As RecurrencePattern
Dim value As Integer
value = instance.Instance
instance.Instance = value
[DispIdAttribute()]
int Instance { get; set; }
Property Value
Type: System.Int32
Remarks
This property is only valid for recurrences of the olRecursMonthNth and olRecursYearNth type and allows the definition of a recurrence pattern that is only valid for the Nth occurrence, such as "the 2nd Sunday in March" pattern. The count is set numerically: 1 for the first, 2 for the second, and so on through 5 for the last. Values greater than 5 will generate errors when the pattern is saved.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Create an Annual Recurring Appointment That Uses a YearNth Pattern