QtMobility Reference Documentation

QOrganizerItemEmailReminder Class Reference

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.

Public Functions

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

Public Variables

const char * DefinitionName
const char * FieldAttachments
const char * FieldBody
const char * FieldRecipients
const char * FieldSubject

Additional Inherited Members

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.

This function was introduced in Qt Mobility 1.1.

QString QOrganizerItemEmailReminder::body () const

Returns the body of the email.

This function was introduced in Qt Mobility 1.1.

QStringList QOrganizerItemEmailReminder::recipients () const

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().

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.

This function was introduced in Qt Mobility 1.1.

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.

This function was introduced in Qt Mobility 1.1.

See also recipients().

QString QOrganizerItemEmailReminder::subject () const

Returns the subject of the email.

This function was introduced in Qt Mobility 1.1.

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.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.