RecurrenceProperties enumeration
The RecurrenceProperties enumeration contains values that indicate which properties are valid on a Recurrence object.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Enumeration RecurrenceProperties
'Usage
Dim instance As RecurrenceProperties
public enum RecurrenceProperties
Members
Member name | Description | |
---|---|---|
None | Indicates that no properties are valid. | |
Frequency | Indicates that the Frequency property is valid. | |
UntilDate | Indicates that the UntilDate property is valid. | |
Count | Indicates that the Count property is valid. | |
Interval | Indicates that the Interval property is valid. | |
BySecond | Indicates that the BySecond property is valid. | |
ByMinute | Indicates that the ByMinute property is valid. | |
ByHour | Indicates that the ByHour property is valid. | |
ByDay | Indicates that the Recurrence.ByDay property is valid. | |
ByMonthDay | Indicates that the ByMonthDay property is valid. | |
ByYearDay | Indicates that the ByYearDay property is valid. | |
ByWeek | Indicates that the ByWeek property is valid. | |
ByMonth | Indicates that the ByMonth property is valid. | |
BySetPosition | Indicates that the BySetPosition property is valid. | |
WeekStart | Indicates that the WorkWeekStart property is valid. | |
UntilDateTime | Indicates that the UntilDateTime property is valid. |