Application.ReminderSet method (Project)

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

Remarks

the ReminderSet method is available only in Project Professional.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.