Reminder.Dismiss Method
Outlook Developer Reference |
Dismisses the current reminder.
Syntax
expression.Dismiss
expression A variable that represents a Reminder object.
Remarks
The Dismiss method will fail if there is no visible reminder.
Example
The following example dismisses all active reminders. A reminder is active if its IsVisible property is set to True.
Visual Basic for Applications |
---|
|
See Also