Table of Contents

Struct RecurrencePatternPart2

Namespace
Encryptomatic.MailDex.Lib.Messaging.Calendar
Assembly
MailDex.Lib.dll
public struct RecurrencePatternPart2
Inherited Members

Properties

EndType

Ending type for the recurrence

public EndTypes EndType { get; }

Property Value

EndTypes

FirstDOW

An integer that specifies the day on which the calendar week begins. The default value is Sunday (0x00000000).

public DayOfWeek FirstDOW { get; }

Property Value

DayOfWeek

OccurrenceCount

An integer that specifies the number of occurrences in a recurrence.

public uint OccurrenceCount { get; }

Property Value

uint