RecurrenceType.Item Property

Definition

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 calendar item or task.

Remarks

The actual object returned by the Item property will be an instance of one of the following classes:

Applies to