Struct RecurrencePatternPart1
- Namespace
- Encryptomatic.MailDex.Lib.Messaging.Calendar
- Assembly
- MailDex.Lib.dll
public struct RecurrencePatternPart1
- Inherited Members
Properties
CalendarType
An integer that specifies the type of calendar that is used.
public CalendarType CalendarType { get; }
Property Value
FirstDateTime
An integer that specifies the first ever day, week, or month of a recurring series.
public DateTime FirstDateTime { get; }
Property Value
PatternType
An integer that specifies the type of recurrence pattern.
public RecurrencePatternType PatternType { get; }
Property Value
Period
An integer that specifies the interval at which the meeting pattern specified in PatternTypeSpecific field repeats. The Period value MUST be between 1 and the maximum recurrence interval, which is 999 days for daily recurrences, 99 weeks for weekly recurrences, and 99 months for monthly recurrences.
public uint Period { get; set; }
Property Value
RecurFrequency
An integer that specifies the frequency of the recurring series.
public RecurFreq RecurFrequency { get; }
Property Value
SlidingFlag
This field is only used for scheduling tasks; otherwise the value MUST be zero (0).
public uint SlidingFlag { get; set; }