Click or drag to resize

iCalFrequencyType Enumeration

The recurrence frequency unit for recurring calendar items. For example, Monthly indicates that the recurring calendar item recurs on a monthly basis in the manner described by the other parts of the recurrence pattern.

Namespace:  NetQuarry.Mail
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum FrequencyType
Members
  Member nameValueDescription
None0 The calendar item does not recur.
Secondly1 The calendar item recurs on a second-by-second basis.
Minutely2 The calendar item recurs a minute-by-minute basis.
Hourly3 The calendar item recurs on an hourly basis.
Daily4 The calendar item recurs on a daily basis.
Weekly5 The calendar item recurs on a weekly basis.
Monthly6 The calendar item recurs on a monthly basis.
Yearly7 The calendar item recurs on a yearly basis.
See Also