RecurrencePattern.NoEndDate Property
Returns a Boolean (bool in C#) value that indicates True if the recurrence pattern has no end date. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property NoEndDate As Boolean
Get
Set
'Usage
Dim instance As RecurrencePattern
Dim value As Boolean
value = instance.NoEndDate
instance.NoEndDate = value
[DispIdAttribute()]
bool NoEndDate { get; set; }
Property Value
Type: System.Boolean
Remarks
This property must be coordinated with other properties when setting up a recurrence pattern. If the PatternEndDate property or the Occurrences property is set, the pattern is considered to be finite and the NoEndDate property is False. If neither PatternEndDate nor Occurrences is set, the pattern is considered infinite and NoEndDate is True.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace