Edit

Office.RecurrenceProperties interface

Represents the properties of the recurrence.

Remarks

[Api set: Mailbox 1.7]

Minimum permission level: read item

Applicable Outlook mode: Compose or Read

Properties

dayOfMonth

Represents the day of the month.

dayOfWeek

Represents the day of the week or type of day, for example, weekend day vs weekday.

days

Represents the set of days for this recurrence. Valid values are: 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', and 'Sun'.

firstDayOfWeek

Represents your chosen first day of the week otherwise the default is the value in the current user's settings. Valid values are: 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', and 'Sun'.

interval

Represents the period between instances of the same recurring series.

month

Represents the month.

weekNumber

Represents the number of the week in the selected month e.g., 'first' for first week of the month.

Property Details

dayOfMonth

Represents the day of the month.

dayOfMonth?: number;

Property Value

number

dayOfWeek

Represents the day of the week or type of day, for example, weekend day vs weekday.

dayOfWeek?: MailboxEnums.Days | string;

Property Value

days

Represents the set of days for this recurrence. Valid values are: 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', and 'Sun'.

days?: MailboxEnums.Days[] | string[];

Property Value

firstDayOfWeek

Represents your chosen first day of the week otherwise the default is the value in the current user's settings. Valid values are: 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', and 'Sun'.

firstDayOfWeek?: MailboxEnums.Days | string;

Property Value

interval

Represents the period between instances of the same recurring series.

interval: number;

Property Value

number

month

Represents the month.

month?: MailboxEnums.Month | string;

Property Value

weekNumber

Represents the number of the week in the selected month e.g., 'first' for first week of the month.

weekNumber?: MailboxEnums.WeekNumber | string;

Property Value