Package | coldfusion.service |
Classe | public class PopRecord |
Héritage | PopRecord Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
CFIDE.services.poprecord
.
The ColdFusion service returns some of the results in CFIDE.services.poprecord
.
Message headers, message body, and attachments are retrieved from the POP server.
poprecord
contains all the elements that are returned when you use the getall
action of the cfpop
tag.
Propriété | Défini par | ||
---|---|---|---|
attachmentFiles : String
A tab-separated list of the locations of the attachment files. | PopRecord | ||
attachments : String
Mail message attachments. | PopRecord | ||
body : String
Body of the message. | PopRecord | ||
cc : String
Addresses to which to copy the message. | PopRecord | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
date : String
Date string in the message header. | PopRecord | ||
from : String
E-mail message sender:
A static string; for example, "support@example.com"
A variable; for example, "#GetUser.EMailAddress#"
| PopRecord | ||
header : String
Mail message header. | PopRecord | ||
HTMLBody : String
HTML content in the message. | PopRecord | ||
messageid : String
The mail header Message-ID field
| PopRecord | ||
messagenumber : String
The sequential number of the message in the POP server. | PopRecord | ||
replyto : String
Addresses to which the recipient is directed to send replies. | PopRecord | ||
subject : String
Message subject. | PopRecord | ||
textBody : String
Plain text in the message. | PopRecord | ||
to : String
Message recipient e-mail addresses:
Static address, for example, "support@example.com"
Variable that contains an address, for example, "#Form.Email#"
| PopRecord | ||
UID : String
The mail header X-UID field
| PopRecord |
Méthode | Défini par | ||
---|---|---|---|
Creates an instance of the PopRecord class. | PopRecord | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
attachmentFiles | propriété |
public var attachmentFiles:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
A tab-separated list of the locations of the attachment files.
attachments | propriété |
public var attachments:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Mail message attachments.
body | propriété |
public var body:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Body of the message.
cc | propriété |
public var cc:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Addresses to which to copy the message. To specify multiple addresses, separate the address with commas.
date | propriété |
public var date:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Date string in the message header.
from | propriété |
public var from:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
E-mail message sender:
- A static string; for example,
"support@example.com"
- A variable; for example,
"#GetUser.EMailAddress#"
header | propriété |
public var header:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Mail message header.
HTMLBody | propriété |
public var HTMLBody:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
HTML content in the message.
messageid | propriété |
public var messageid:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
The mail header Message-ID field
messagenumber | propriété |
public var messagenumber:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
The sequential number of the message in the POP server.
replyto | propriété |
public var replyto:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Addresses to which the recipient is directed to send replies.
subject | propriété |
public var subject:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Message subject. Can be dynamically generated.
For example, to send messages that give customers status updates:
"StatusofOrderNumber#Order_ID#"
.
textBody | propriété |
public var textBody:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Plain text in the message.
to | propriété |
public var to:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Message recipient e-mail addresses:
- Static address, for example,
"support@example.com"
- Variable that contains an address, for example,
"#Form.Email#"
UID | propriété |
public var UID:String
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
The mail header X-UID field
PopRecord | () | Constructeur |
public function PopRecord()
Version du langage: | ActionScript 3.0 |
Version du produit: | ColdFusion 9 |
Versions du moteur d’exécution: | Flash Player 9, AIR 1.0 |
Creates an instance of the PopRecord
class.
Tue Jun 12 2018, 09:30 AM Z