| Paket | coldfusion.service |
| Klass | public class PopRecord |
| Arv | PopRecord Object |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | 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.
| Egenskap | Definieras med | ||
|---|---|---|---|
| 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
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 | ||
| Metod | Definieras med | ||
|---|---|---|---|
Creates an instance of the PopRecord class. | PopRecord | ||
![]() |
Anger om det finns en egenskap angiven för ett objekt. | Object | |
![]() |
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | |
![]() |
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | |
![]() |
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | |
![]() |
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | |
![]() |
Returnerar det angivna objektets strängbeteckning. | Object | |
![]() |
Returnerar det angivna objektets primitiva värde. | Object | |
attachmentFiles | egenskap |
public var attachmentFiles:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
A tab-separated list of the locations of the attachment files.
attachments | egenskap |
public var attachments:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Mail message attachments.
body | egenskap |
public var body:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Body of the message.
cc | egenskap |
public var cc:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Addresses to which to copy the message. To specify multiple addresses, separate the address with commas.
date | egenskap |
public var date:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Date string in the message header.
from | egenskap |
public var from:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | 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 | egenskap |
public var header:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Mail message header.
HTMLBody | egenskap |
public var HTMLBody:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
HTML content in the message.
messageid | egenskap |
public var messageid:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
The mail header Message-ID field
messagenumber | egenskap |
public var messagenumber:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
The sequential number of the message in the POP server.
replyto | egenskap |
public var replyto:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Addresses to which the recipient is directed to send replies.
subject | egenskap |
public var subject:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | 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 | egenskap |
public var textBody:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Plain text in the message.
to | egenskap |
public var to:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | 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 | egenskap |
public var UID:String| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
The mail header X-UID field
PopRecord | () | Konstruktor |
public function PopRecord()| Språkversion: | ActionScript 3.0 |
| Produktversion: | ColdFusion 9 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Creates an instance of the PopRecord class.
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper