_AppointmentItem.RecurrenceState Property

Returns an OlRecurrenceState constant indicating the recurrence property of the specified object. Read-only.

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

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property RecurrenceState As OlRecurrenceState
    Get
'Usage
Dim instance As _AppointmentItem
Dim value As OlRecurrenceState

value = instance.RecurrenceState
[DispIdAttribute()]
OlRecurrenceState RecurrenceState { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlRecurrenceState

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace