Click or drag to resize

RecurringRuleByDay Property

Gets or sets BYDAY parameter. List of days when event should occur. You can use static fields of Weekday class e.g. Monday.

Namespace:  Limilabs.Mail.Appointments
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public List<Weekday> ByDay { get; set; }

Property Value

Type: ListWeekday
See Also