Detailed Description
The QOrganizerItemEmailReminder class contains information about an email reminder of an item.
An email reminder is a reminder which alerts the user (or other users) about the item, by sending an email. Note that the Organizer API does not enforce that the email is sent, or that any other sort of reminder occurs; rather, it simply allows clients to store and manipulate data which might be used by the platform to implement alarms and reminders.
Member Function Documentation
QVariantList QOrganizerItemEmailReminder::attachments () const
Returns the attachments of the email.
QString QOrganizerItemEmailReminder::body () const
Returns the body of the email.
QStringList QOrganizerItemEmailReminder::recipients () const
Returns the list of recipients that the user wishes to be sent an email as part of the reminder.
See also setRecipients().
void QOrganizerItemEmailReminder::setContents ( const QString & subject, const QString & body, const QVariantList & attachments )
Sets the contents of the email reminder to be the given subject, body and attachments.
void QOrganizerItemEmailReminder::setRecipients ( const QStringList & recipients )
Sets the list of recipients that the user wishes to be sent an email as part of the reminder to recipients.
See also recipients().
QString QOrganizerItemEmailReminder::subject () const
Returns the subject of the email.
Member Variable Documentation
const char * QOrganizerItemEmailReminder::DefinitionName
The constant string which identifies the definition of details which contain email reminder information of an organizer item.
const char * QOrganizerItemEmailReminder::FieldAttachments
The constant key for which the attachments of the email which the user wishes to be sent as a reminder, is stored.
const char * QOrganizerItemEmailReminder::FieldBody
The constant key for which the body field of the email which the user wishes to be sent as a reminder, is stored.
const char * QOrganizerItemEmailReminder::FieldRecipients
The constant key for which the recipients field of the email which the user wishes to be sent as a reminder, is stored.
const char * QOrganizerItemEmailReminder::FieldSubject
The constant key for which the subject field of the email which the user wishes to be sent as a reminder, is stored.