Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 2.28 KB

absolutemonthlyrecurrence.md

File metadata and controls

68 lines (50 loc) · 2.28 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
AbsoluteMonthlyRecurrence
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
AbsoluteMonthlyRecurrence
schema
178fa0ae-9dfc-417f-933c-d657d31c2161
The AbsoluteMonthlyRecurrence element represents a monthly recurrence pattern.

AbsoluteMonthlyRecurrence

The AbsoluteMonthlyRecurrence element represents a monthly recurrence pattern.

<AbsoluteMonthlyRecurrence>
   <Interval/>
   <DayOfMonth/>
</AbsoluteMonthlyRecurrence>

AbsoluteMonthlyRecurrencePatternType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
DayOfMonth
Describes the day in a month that a recurring item occurs. The range of values for this property is 1 to 31. If for a particular month this value is larger than the number of days in the month, the last day of the month is assumed for this property.
Interval
Defines the interval between two consecutive recurring items. For example, if the Interval element has a value of 5, the recurring item occurs every 5 months. The range of valid values is from 1 to 99.

Parent elements

Element Description
Recurrence (TaskRecurrenceType)
Contains recurrence information for recurring tasks.
Recurrence (RecurrenceType)
Contains the recurrence pattern for calendar items and meeting requests.

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running MicrosoftExchange Server 2007 that has the Client Access server role installed.

Element information

Element Example
Namespace
http://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can Be Empty
False

See also