RelativeMonthlyRecurrencePatternType Class
The RelativeMonthlyRecurrencePatternType class describes a relative monthly recurrence pattern.
Inheritance Hierarchy
System.Object
ExchangeWebServices.RecurrencePatternBaseType
ExchangeWebServices.IntervalRecurrencePatternBaseType
ExchangeWebServices.RelativeMonthlyRecurrencePatternType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class RelativeMonthlyRecurrencePatternType _
Inherits IntervalRecurrencePatternBaseType
'Usage
Dim instance As RelativeMonthlyRecurrencePatternType
[SerializableAttribute]
public class RelativeMonthlyRecurrencePatternType : IntervalRecurrencePatternBaseType
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.
See Also