TaskRecurrenceType.Item1 Property
The Item1 property gets or sets a recurrence pattern.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Item1 As RecurrenceRangeBaseType
Get
Set
'Usage
Dim instance As TaskRecurrenceType
Dim value As RecurrenceRangeBaseType
value = instance.Item1
instance.Item1 = value
public RecurrenceRangeBaseType Item1 { get; set; }
Property Value
Type: ExchangeWebServices.RecurrenceRangeBaseType
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:
See Also