Click or drag to resize

RecurrenceIdValue Property

Gets the time when recurrence instance would occur.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public DateTime Value { get; }

Property Value

DateTime
Remarks
The date/time value is set to the time when the original recurrence instance would occur; meaning that if the intent is to change a Friday meeting to Thursday, the date/time is still set to the original Friday meeting.
See Also