Click or drag to resize

MapiCalendarDayOfWeek Enumeration

Enumerates the days of week of the mapi calendar recurrence pattern

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[FlagsAttribute]
public enum MapiCalendarDayOfWeek
Members
  Member nameValueDescription
Saturday64 The event occurs on Saturday.
Friday32 The event occurs on Friday.
Thursday16 The event occurs on Thursday.
Wednesday8 The event occurs on Wednesday.
Tuesday4 The event occurs on Tuesday.
Monday2 The event occurs on Monday.
Sunday1 The event occurs on Sunday.
See Also