_AppointmentItem.IsRecurring Property
Returns a Boolean value (bool in C#) that is True if the appointment is a recurring appointment. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property IsRecurring As Boolean
Get
'Usage
Dim instance As _AppointmentItem
Dim value As Boolean
value = instance.IsRecurring
bool IsRecurring { get; }
Property Value
Type: System.Boolean
Remarks
When the GetRecurrencePattern method is used with an AppointmentItem object, this property is set to True.