Share via


Application.ReminderSet Method

Project Developer Reference

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

Syntax

expression.ReminderSet(Start, LeadTime)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
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).

Return Value
Boolean

See Also