Version

LastReminderStartDateTimeUtc Property

Start date/time of a recurring activity occurrence that was dismissed.
Syntax
'Declaration
 
Public ReadOnly Property LastReminderStartDateTimeUtc As Date
public DateTime LastReminderStartDateTimeUtc {get;}

Property Value

The start date/time (in Universal Time) of the last occurrence to have dismissed it's reminder notification, or DateTime.MinValue when not applicable.
Remarks

The data provider may not store (and therefore it may not assign a unique DataKey to) recurring activity occurrences. In order to represent dismissal of a recurring occurrence's reminder, the client Reminder dialog posts back the DataKey of the root Activity for the recurrence and the StartDateTimeUtc of the particular occurrence having the dismissed reminder.

Data providers that do not store all occurrences can support reminders for the next unreminded occurrence by using this date/time to update the Recurrence object's LastReminderStartDateTimeUtc property. On subsequent requests, reminders are not produced for occurrences on or before this date/time.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also