QMailMessageContentDisposition Class Reference
|
Constant | Value | Description |
---|---|---|
QMailMessageContentDisposition::Attachment | 2 | The part data should be presented as an attachment. |
QMailMessageContentDisposition::Inline | 1 | The part data should be presented inline. |
QMailMessageContentDisposition::None | 0 | The disposition of the part is unknown. |
Creates a disposition header field object from the data in type.
Creates a 'Content-Disposition' header field object with the type type.
Creates a disposition header field object from the content of field.
Returns the value of the 'creation-date' parameter, if present; otherwise returns an uninitialised time stamp.
See also setCreationDate().
Returns the value of the 'filename' parameter, if present; otherwise returns an empty QByteArray.
See also setFilename().
Returns the value of the 'modification-date' parameter, if present; otherwise returns an uninitialised time stamp.
See also setModificationDate().
Returns the value of the 'read-date' parameter, if present; otherwise returns an uninitialised time stamp.
See also setReadDate().
Sets the value of the 'creation-date' parameter to timeStamp.
See also creationDate().
Sets the value of the 'filename' parameter to filename.
See also filename().
Sets the value of the 'modification-date' parameter to timeStamp.
See also modificationDate().
Sets the value of the 'read-date' parameter to timeStamp.
See also readDate().
Sets the value of the 'size' parameter to size.
See also size().
Sets the disposition type of this field to type.
See also type().
Returns the value of the 'size' parameter, if present; otherwise returns -1.
See also setSize().
Returns the disposition type of this header field.
See also setType().
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtextended4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com