TaskRecurrenceType.Item1 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Item1 property gets or sets a recurrence pattern.
public:
property ExchangeWebServices::RecurrenceRangeBaseType ^ Item1 { ExchangeWebServices::RecurrenceRangeBaseType ^ get(); void set(ExchangeWebServices::RecurrenceRangeBaseType ^ value); };
public ExchangeWebServices.RecurrenceRangeBaseType Item1 { get; set; }
Public Property Item1 As RecurrenceRangeBaseType
Property Value
The Item1 property returns a RecurrencePatternBaseType object that represents a recurring task.
Remarks
The actual object that is returned by the Item1 property will be an instance of one of the following classes:
- RelativeYearlyRecurrencePatternType
- AbsoluteYearlyRecurrencePatternType
- RelativeMonthlyRecurrencePatternType
- AbsoluteMonthlyRecurrencePatternType
- WeeklyRecurrencePatternType