| Home · All Classes · Grouped Classes · Annotated · Functions | ![]() |
The QMailId class defines the 64bit database ID's for message store elements. More...
#include <QMailId>
This class is under development and is subject to change.
The QMailId class defines the 64bit database ID's for message store elements.
The QMailID class represents the message store identifiers for QMailMessages and QMailFolders. A QMailId can be either valid or invalid. A message or folder with a valid ID is expected to exist on the store and have a quint64 value greater than 0.
See also QMailMessage.
Constructs a new invalid QMailId.
Explicitly constructs a new QMailId from a quint64 id.
Constructs a QMailId that is a copy of the QMailId other.
Destroys the QMailId.
Reads the contents of a QMailId from stream.
Returns true if this QMailId is valid or false otherwise. A valid QMailId is one which is expected to exist on the message store.
Writes the contents of a QMailId to a stream.
Returns the quint64 representation of the QMailId.
Returns the QVariant representation of this QMailId.
Returns true if this QMailId does not equal the QMailId other, and false otherwise.
Returns true if this QMailId is less than the value of other, and false otherwise.
Assignes the value of this QMailId to the value of the QMailId other.
Returns true if this QMailId equals the QMailId other, and false otherwise.
| Copyright © 2008 Nokia | Trademarks | Qtopia 4.3.3 |