The QOrganizerItemEmailReminder class contains information about an email reminder of an item. More...
#include <QOrganizerItemEmailReminder>
Inherits: QOrganizerItemReminder.
This class was introduced in Qt Mobility 1.1.
QVariantList | attachments () const |
QString | body () const |
QStringList | recipients () const |
void | setContents ( const QString & subject, const QString & body, const QVariantList & attachments ) |
void | setRecipients ( const QStringList & recipients ) |
QString | subject () const |
const char * | DefinitionName |
const char * | FieldAttachments |
const char * | FieldBody |
const char * | FieldRecipients |
const char * | FieldSubject |
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.
Returns the attachments of the email.
This function was introduced in Qt Mobility 1.1.
Returns the body of the email.
This function was introduced in Qt Mobility 1.1.
Returns the list of recipients that the user wishes to be sent an email as part of the reminder.
This function was introduced in Qt Mobility 1.1.
See also setRecipients().
Sets the contents of the email reminder to be the given subject, body and attachments.
This function was introduced in Qt Mobility 1.1.
Sets the list of recipients that the user wishes to be sent an email as part of the reminder to recipients.
This function was introduced in Qt Mobility 1.1.
See also recipients().
Returns the subject of the email.
This function was introduced in Qt Mobility 1.1.
The constant string which identifies the definition of details which contain email reminder information of an organizer item.
The constant key for which the attachments of the email which the user wishes to be sent as a reminder, is stored.
The constant key for which the body field of the email which the user wishes to be sent as a reminder, is stored.
The constant key for which the recipients field of the email which the user wishes to be sent as a reminder, is stored.
The constant key for which the subject field of the email which the user wishes to be sent as a reminder, is stored.