| Pakiet | coldfusion.service |
| Klasa | public class PopRecord |
| Dziedziczenie | PopRecord Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | 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.
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| 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
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 | ||
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Creates an instance of the PopRecord class. | PopRecord | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object | |
attachmentFiles | właściwość |
public var attachmentFiles:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
A tab-separated list of the locations of the attachment files.
attachments | właściwość |
public var attachments:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Mail message attachments.
body | właściwość |
public var body:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Body of the message.
cc | właściwość |
public var cc:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Addresses to which to copy the message. To specify multiple addresses, separate the address with commas.
date | właściwość |
public var date:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Date string in the message header.
from | właściwość |
public var from:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | 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 | właściwość |
public var header:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Mail message header.
HTMLBody | właściwość |
public var HTMLBody:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
HTML content in the message.
messageid | właściwość |
public var messageid:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The mail header Message-ID field
messagenumber | właściwość |
public var messagenumber:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The sequential number of the message in the POP server.
replyto | właściwość |
public var replyto:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Addresses to which the recipient is directed to send replies.
subject | właściwość |
public var subject:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | 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 | właściwość |
public var textBody:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Plain text in the message.
to | właściwość |
public var to:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | 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 | właściwość |
public var UID:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The mail header X-UID field
PopRecord | () | Konstruktor |
public function PopRecord()| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Creates an instance of the PopRecord class.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne