EmailReminder QML Type
The EmailReminder element contains information about an email reminder of an item. More...
Import Statement: | import QtOrganizer 5.0 |
Inherits: |
Properties
- attachments : list<variant>
- body : string
- recipients : list<string>
- subject : string
Signals
Detailed Description
The following fields are supported:
- EmailReminder.FieldRepetitionCount
- EmailReminder.FieldRepetitionDelay
- EmailReminder.FieldSecondsBeforeStart
- EmailReminder.FieldSubject
- EmailReminder.FieldBody
- EmailReminder.FieldRecipients
- EmailReminder.FieldAttachments
See also Reminder and QOrganizerItemEmailReminder.
Property Documentation
This property holds the list of recipients that the user wishes to be sent an email as part of the reminder.
Signal Documentation
Note: The corresponding handler is onOnDetailChanged
.
See also Detail::onDetailChanged.