Paket | coldfusion.service |
Klasse | public class PopRecord |
Vererbung | PopRecord Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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.
Eigenschaft | Definiert von | ||
---|---|---|---|
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
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | 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 |
Methode | Definiert von | ||
---|---|---|---|
Creates an instance of the PopRecord class. | PopRecord | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
attachmentFiles | Eigenschaft |
public var attachmentFiles:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
A tab-separated list of the locations of the attachment files.
attachments | Eigenschaft |
public var attachments:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Mail message attachments.
body | Eigenschaft |
public var body:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Body of the message.
cc | Eigenschaft |
public var cc:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Addresses to which to copy the message. To specify multiple addresses, separate the address with commas.
date | Eigenschaft |
public var date:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Date string in the message header.
from | Eigenschaft |
public var from:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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 | Eigenschaft |
public var header:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Mail message header.
HTMLBody | Eigenschaft |
public var HTMLBody:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
HTML content in the message.
messageid | Eigenschaft |
public var messageid:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
The mail header Message-ID field
messagenumber | Eigenschaft |
public var messagenumber:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
The sequential number of the message in the POP server.
replyto | Eigenschaft |
public var replyto:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Addresses to which the recipient is directed to send replies.
subject | Eigenschaft |
public var subject:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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 | Eigenschaft |
public var textBody:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Plain text in the message.
to | Eigenschaft |
public var to:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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 | Eigenschaft |
public var UID:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
The mail header X-UID field
PopRecord | () | Konstruktor |
public function PopRecord()
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Creates an instance of the PopRecord
class.
Tue Jun 12 2018, 10:04 AM Z