![]() |
Home | ![]() |
The QMailMessageHeaderFieldFwd class declares enumerations used by QMailMessageHeaderField More...
#include <QMailMessageHeaderFieldFwd>
This class is under development and is subject to change.
Inherited by QMailMessageHeaderField.
enum | FieldType { StructuredField, UnstructuredField } |
The QMailMessageHeaderFieldFwd class declares enumerations used by QMailMessageHeaderField
QMailMessageHeaderFieldFwd allows QMailMessageHeaderField::FieldType to be used without including all of qmailmessage.h.
This enum type is used to describe the formatting of field content.
Constant | Value | Description |
---|---|---|
QMailMessageHeaderFieldFwd::StructuredField | 1 | The field content should be parsed assuming it is structured according to the specification for RFC 2045 'Content-Type' fields. |
QMailMessageHeaderFieldFwd::UnstructuredField | 2 | The field content has no internal structure. |
Copyright © 2010 QtSoftware | Messaging Framework |