![]() |
Home · All Classes · All Functions · | ![]() |
The QMessageAccount class represents a messaging account in the messaging store. More...
#include <QMessageAccount>
QMessageAccount () | |
QMessageAccount ( const QMessageAccountId & id ) | |
QMessageAccount ( const QMessageAccount & other ) | |
virtual | ~QMessageAccount () |
QMessageAccountId | id () const |
QMessage::TypeFlags | messageTypes () const |
QString | name () const |
QMessageAccountId | defaultAccount ( QMessage::Type type ) |
The QMessageAccount class represents a messaging account in the messaging store.
A QMessageAccount is a logical entity that groups messages according to the method by which they are sent and received. An account may either transmit messages receive messages or both.
The QMessageAccount class is used for accessing properties of the account related to dealing with the account's folders and messages, rather than for modifying the account itself.
See also QMessageManager::account().
Creates an empty and invalid account object.
Convenience constructor that creates a QMessageAccount by loading the data from the messaging store as specified by the QMessageAccountId id. If the account does not exist in the store, then this constructor will create an empty and invalid QMessageAccount.
See also QMessageManager::account().
Constructs a copy of other.
Destroys the account object.
Returns the default account for messages of type type.
Returns the identifier for this account.
Returns the types of messages this account handles.
Returns the name of the account for display purposes.
Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.2 |