Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
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.
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 mailbox fromMailbox, in the account identified by parentAccountId.
Constructs a removal record which is a copy of other.
Returns the name of the mailbox at the external service in which the removed message was located.
See also setFromMailbox().
Returns the identifier of the account owning this removal record.
See also setParentAccountId().
Returns the UID at the external service of the removed message.
See also setServerUid().
Set the name of the mailbox at the external service in which the removed message was located, to fromMailbox.
See also fromMailbox().
Sets the identifier of the message removal record's owner account to id.
See also parentAccountId().
Sets the UID at the external service of the removed message to serverUid.
See also serverUid().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |