![]() |
Home | ![]() |
The QMailMessageRemovalRecord class represents the record of a message which has been removed from the mail store. More...
#include <QMailMessageRemovalRecord>
This class is under development and is subject to change.
QMailMessageRemovalRecord ( const QMailAccountId & parentAccountId, const QString & serverUid, const QMailFolderId & parentFolderId = QMailFolderId() ) | |
QMailMessageRemovalRecord ( const QMailMessageRemovalRecord & other ) | |
QMailAccountId | parentAccountId () const |
QMailFolderId | parentFolderId () const |
QString | serverUid () const |
void | setParentAccountId ( const QMailAccountId & id ) |
void | setParentFolderId ( const QMailFolderId & parentFolderId ) |
void | setServerUid ( const QString & serverUid ) |
The QMailMessageRemovalRecord class represents the record of a message which has been removed from the mail store.
QMailMessageRemovalRecord represents messages that have been previously removed, so that the message server can finalize its interest in the message with an external service, after the message has been removed locally. The removal record contains only the information needed to identify the message to the external service.
Message removal records should be purged from the mail store once the message server has finalized its interest in the message with the external service.
See also QMailStore::messageRemovalRecords() and QMailStore::purgeMessageRemovalRecords().
Constructs a removal record for the message identified by the UID serverUid in the folder parentFolderId, in the account identified by parentAccountId.
Constructs a removal record which is a copy of other.
Returns the identifier of the account owning this removal record.
See also setParentAccountId().
Returns the identifier of the folder in which the removed message was located.
See also setParentFolderId().
Returns the UID at the external service of the removed message.
See also setServerUid().
Sets the identifier of the message removal record's owner account to id.
See also parentAccountId().
Sets the identifier of the folder in which the removed message was located to parentFolderId.
See also parentFolderId().
Sets the UID at the external service of the removed message to serverUid.
See also serverUid().
Copyright © 2010 QtSoftware | Messaging Framework |