AppointmentItem.ReminderSet Property
Outlook Developer Reference |
Returns or sets a Boolean value that is True if a reminder has been set for this item. Read/write.
Syntax
expression.ReminderSet
expression A variable that represents an AppointmentItem object.
Example
This example creates an appointment item and sets the ReminderSet property before saving it.
Visual Basic for Applications |
---|
|
See Also