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
<FlagsAttribute> _
Public Enumeration RecurrenceProperties
[FlagsAttribute]
public enum RecurrenceProperties
[FlagsAttribute]
public enum class RecurrenceProperties
/** @attribute FlagsAttribute() */
public enum RecurrenceProperties
FlagsAttribute
public enum RecurrenceProperties
Members
Member name | Description |
---|---|
ByDay | Indicates that the Recurrence.ByDay property is valid. |
ByHour | Indicates that the ByHour property is valid. |
ByMinute | Indicates that the ByMinute property is valid. |
ByMonth | Indicates that the ByMonth property is valid. |
ByMonthDay | Indicates that the ByMonthDay property is valid. |
BySecond | Indicates that the BySecond property is valid. |
BySetPosition | Indicates that the BySetPosition property is valid. |
ByWeek | Indicates that the ByWeek property is valid. |
ByYearDay | Indicates that the ByYearDay property is valid. |
Count | Indicates that the Count property is valid. |
Frequency | Indicates that the Frequency property is valid. |
Interval | Indicates that the Interval property is valid. |
None | Indicates that no properties are valid. |
UntilDate | Indicates that the UntilDate property is valid. |
UntilDateTime | Indicates that the UntilDateTime property is valid. |
WeekStart | Indicates that the WorkWeekStart property is valid. |
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)