RecurrenceRangeBaseType Class
The RecurrenceRangeBaseType class is the abstract base class for all recurrence patterns that have a start date.
Inheritance Hierarchy
System.Object
ExchangeWebServices.RecurrenceRangeBaseType
ExchangeWebServices.EndDateRecurrenceRangeType
ExchangeWebServices.NoEndRecurrenceRangeType
ExchangeWebServices.NumberedRecurrenceRangeType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class RecurrenceRangeBaseType
'Usage
Dim instance As RecurrenceRangeBaseType
[SerializableAttribute]
public abstract class RecurrenceRangeBaseType
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.