TaskRecurrenceType.Item 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 Item property gets or sets a recurrence pattern.
public:
property ExchangeWebServices::RecurrencePatternBaseType ^ Item { ExchangeWebServices::RecurrencePatternBaseType ^ get(); void set(ExchangeWebServices::RecurrencePatternBaseType ^ value); };
public ExchangeWebServices.RecurrencePatternBaseType Item { get; set; }
Public Property Item As RecurrencePatternBaseType
Property Value
The Item property returns a RecurrencePatternBaseType object that represents a recurring task.
Remarks
The actual object that is returned by the Item property will be an instance of one of the following classes:
- RelativeYearlyRecurrencePatternType
- AbsoluteYearlyRecurrencePatternType
- RelativeMonthlyRecurrencePatternType
- AbsoluteMonthlyRecurrencePatternType
- WeeklyRecurrencePatternType