_AppointmentItem.IsRecurring Property

Returns a Boolean (bool in C#) value 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
<DispIdAttribute()> _
ReadOnly Property IsRecurring As Boolean
    Get
'Usage
Dim instance As _AppointmentItem
Dim value As Boolean

value = instance.IsRecurring
[DispIdAttribute()]
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.

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace