Enum MapiCalendarDayOfWeek

MapiCalendarDayOfWeek enumeration

Enumerates the days of week of the mapi calendar recurrence pattern

[Flags]
public enum MapiCalendarDayOfWeek

Values

NameValueDescription
Saturday40The event occurs on Saturday.
Friday20The event occurs on Friday.
Thursday10The event occurs on Thursday.
Wednesday8The event occurs on Wednesday.
Tuesday4The event occurs on Tuesday.
Monday2The event occurs on Monday.
Sunday1The event occurs on Sunday.

See Also