|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Recurrence in microsoft.exchange.webservices.data |
|---|
| Subclasses of Recurrence in microsoft.exchange.webservices.data | |
|---|---|
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. |
| Methods in microsoft.exchange.webservices.data 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 with parameters of type Recurrence | |
|---|---|
void |
Task.setRecurrence(Recurrence value)
Sets the recurrence. |
void |
Appointment.setRecurrence(Recurrence value)
Sets the recurrence. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||