| RecurrenceIdRange Property |
The "RANGE" parameter is used to specify the effective range of recurrence instances from the instance specified by the "RECURRENCE-ID" property value.
The default value for the range parameter (when it's null) is the single recurrence instance only.
The value can also be
ThisAndPrior and
ThisAndFuture.
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public RecurrenceIdRange Range { get; }
Public ReadOnly Property Range As RecurrenceIdRange
Get
public:
property RecurrenceIdRange^ Range {
RecurrenceIdRange^ get ();
}
member Range : RecurrenceIdRange with get
Property Value
Type:
RecurrenceIdRangeSee Also