Uses of Class
microsoft.exchange.webservices.data.property.complex.recurrence.pattern.Recurrence

Packages that use Recurrence
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.property.complex.recurrence.pattern   
microsoft.exchange.webservices.data.property.complex.recurrence.range   
microsoft.exchange.webservices.data.property.definition   
 

Uses of Recurrence in microsoft.exchange.webservices.data.core.service.item
 

Methods in microsoft.exchange.webservices.data.core.service.item that return Recurrence
 Recurrence Task.getRecurrence()
          Gets the recurrence pattern for this task.
 Recurrence MeetingRequest.getRecurrence()
          Gets the recurrence pattern for this meeting request.
 Recurrence Appointment.getRecurrence()
          Gets the recurrence pattern for this appointment.
 

Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type Recurrence
 void Task.setRecurrence(Recurrence value)
          Sets the recurrence.
 void Appointment.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
static class Recurrence.DailyPattern
          Represents a recurrence pattern where each occurrence happens a specific number of days after the previous one.
static class Recurrence.DailyRegenerationPattern
          Represents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of days after the previous one is completed.
static class Recurrence.IntervalPattern
          Represents a recurrence pattern where each occurrence happens at a specific interval after the previous one.
static class Recurrence.MonthlyPattern
          Represents a recurrence pattern where each occurrence happens on a specific day a specific number of months after the previous one.
static class Recurrence.MonthlyRegenerationPattern
          Represents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of months after the previous one is completed.
static class Recurrence.RelativeMonthlyPattern
          Represents a recurrence pattern where each occurrence happens on a relative day a specific number of months after the previous one.
static class Recurrence.RelativeYearlyPattern
          The Class RelativeYearlyPattern.
static class Recurrence.WeeklyPattern
          Represents a recurrence pattern where each occurrence happens on specific days a specific number of weeks after the previous one.
static class Recurrence.WeeklyRegenerationPattern
          Represents a regeneration pattern, as used with recurring tasks, where each occurrence happens a specified number of weeks after the previous one is completed.
static class Recurrence.YearlyPattern
          Represents a recurrence pattern where each occurrence happens on a specific day every year.
static class Recurrence.YearlyRegenerationPattern
          Represents 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
protected  Recurrence RecurrenceRange.getRecurrence()
          Gets or sets the recurrence.
 

Methods in microsoft.exchange.webservices.data.property.complex.recurrence.range with parameters of type Recurrence
protected  void RecurrenceRange.setRecurrence(Recurrence value)
          Sets the recurrence.
 void RecurrenceRange.setupRecurrence(Recurrence recurrence)
          Setup the recurrence.
 void NumberedRecurrenceRange.setupRecurrence(Recurrence recurrence)
          Setups the recurrence.
 void NoEndRecurrenceRange.setupRecurrence(Recurrence recurrence)
          Setups the recurrence.
 void EndDateRecurrenceRange.setupRecurrence(Recurrence recurrence)
          Setups 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
 Class<Recurrence> RecurrencePropertyDefinition.getType()
          Gets the property type.
 



Copyright © 2012–2015 Microsoft. All rights reserved.