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
<FlagsAttribute>
Public Enumeration MapiCalendarDayOfWeek
[FlagsAttribute]
public enum class MapiCalendarDayOfWeek
[<FlagsAttribute>]
type MapiCalendarDayOfWeek
Members
| Member name | Value | Description |
---|
| Saturday | 64 |
The event occurs on Saturday.
|
| Friday | 32 |
The event occurs on Friday.
|
| Thursday | 16 |
The event occurs on Thursday.
|
| Wednesday | 8 |
The event occurs on Wednesday.
|
| Tuesday | 4 |
The event occurs on Tuesday.
|
| Monday | 2 |
The event occurs on Monday.
|
| Sunday | 1 |
The event occurs on Sunday.
|
See Also