MonthlyRegeneratingPatternType Class
The MonthlyRegeneratingPatternType class describes the interval, in months, in which a task is regenerated.
Inheritance Hierarchy
System.Object
ExchangeWebServices.RecurrencePatternBaseType
ExchangeWebServices.IntervalRecurrencePatternBaseType
ExchangeWebServices.RegeneratingPatternBaseType
ExchangeWebServices.MonthlyRegeneratingPatternType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class MonthlyRegeneratingPatternType _
Inherits RegeneratingPatternBaseType
'Usage
Dim instance As MonthlyRegeneratingPatternType
[SerializableAttribute]
public class MonthlyRegeneratingPatternType : RegeneratingPatternBaseType
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