ReminderSet Method

Sets a reminder in Microsoft Outlook for the start time or finish time of the active tasks.

Syntax

expression**.ReminderSet(Start, LeadTime)**

*expression   *     Optional. An expression that returns an Application object.

Start    Optional Boolean. True if the reminder is set for the start time of the active tasks. False if the reminder is set for the finish time. The default value is True.

LeadTime    Optional String. The amount of lead time for Microsoft Outlook reminders. The default value is "15m", which triggers reminders 15 minutes before the start time (Start is True) or after the finish time (Start is False).

Applies to | Application Object