Uses of Class
microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence
-
-
Uses of Recurrence in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return Recurrence Modifier and Type Method Description RecurrenceAppointment. getRecurrence()Gets the recurrence pattern for this appointment.RecurrenceMeetingRequest. getRecurrence()Gets the recurrence pattern for this meeting request.RecurrenceMeetingResponse. getRecurrence()Gets the recurrence pattern for this appointment.RecurrenceTask. getRecurrence()Gets the recurrence pattern for this task.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type Recurrence Modifier and Type Method Description voidAppointment. setRecurrence(Recurrence value)Sets the recurrence.voidTask. setRecurrence(Recurrence value)Sets the recurrence. -
Uses of Recurrence in microsoft.exchange.webservices.data.property.complex.recurrence.pattern
Subclasses of Recurrence in microsoft.exchange.webservices.data.property.complex.recurrence.pattern Modifier and Type Class Description static classRecurrence.DailyPatternRepresents a recurrence pattern where each occurrence happens a specific number of days after the previous one.static classRecurrence.DailyRegenerationPatternRepresents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of days after the previous one is completed.static classRecurrence.IntervalPatternRepresents a recurrence pattern where each occurrence happens at a specific interval after the previous one.static classRecurrence.MonthlyPatternRepresents a recurrence pattern where each occurrence happens on a specific day a specific number of months after the previous one.static classRecurrence.MonthlyRegenerationPatternRepresents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of months after the previous one is completed.static classRecurrence.RelativeMonthlyPatternRepresents a recurrence pattern where each occurrence happens on a relative day a specific number of months after the previous one.static classRecurrence.RelativeYearlyPatternThe Class RelativeYearlyPattern.static classRecurrence.WeeklyPatternRepresents a recurrence pattern where each occurrence happens on specific days a specific number of weeks after the previous one.static classRecurrence.WeeklyRegenerationPatternRepresents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of weeks after the previous one is completed.static classRecurrence.YearlyPatternRepresents a recurrence pattern where each occurrence happens on a specific day every year.static classRecurrence.YearlyRegenerationPatternRepresents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of years after the previous one is completed. -
Uses of Recurrence in microsoft.exchange.webservices.data.property.complex.recurrence.range
Methods in microsoft.exchange.webservices.data.property.complex.recurrence.range that return Recurrence Modifier and Type Method Description protected RecurrenceRecurrenceRange. getRecurrence()Gets or sets the recurrence.Methods in microsoft.exchange.webservices.data.property.complex.recurrence.range with parameters of type Recurrence Modifier and Type Method Description protected voidRecurrenceRange. setRecurrence(Recurrence value)Sets the recurrence.voidEndDateRecurrenceRange. setupRecurrence(Recurrence recurrence)Setups the recurrence.voidNoEndRecurrenceRange. setupRecurrence(Recurrence recurrence)Setups the recurrence.voidNumberedRecurrenceRange. setupRecurrence(Recurrence recurrence)Setups the recurrence.voidRecurrenceRange. setupRecurrence(Recurrence recurrence)Setup the recurrence. -
Uses of Recurrence in microsoft.exchange.webservices.data.property.definition
Methods in microsoft.exchange.webservices.data.property.definition that return types with arguments of type Recurrence Modifier and Type Method Description Class<Recurrence>RecurrencePropertyDefinition. getType()Gets the property type.
-