| Pakiet | coldfusion.service |
| Klasa | public class PopHeader |
| Dziedziczenie | PopHeader 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 retrieved from the POP server.
popheader contains the message header that is returned
when you use the getHeaderOnly action of the cfpop tag.
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| cc : String
Addresses to which to copy the message. | PopHeader | ||
![]() | constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | |
| date : String
Date string in the message header. | PopHeader | ||
| from : String
E-mail message sender:
A static string; for example, "support@example.com"
A variable; for example, "#GetUser.EMailAddress#"
| PopHeader | ||
| header : String
Mail message header. | PopHeader | ||
| messageid : String
The mail header Message-ID field
| PopHeader | ||
| messagenumber : String
The sequential number of the message in the POP server. | PopHeader | ||
| replyto : String
Addresses to which the recipient is directed to send replies. | PopHeader | ||
| subject : String
Message subject. | PopHeader | ||
| to : String
Message recipient e-mail addresses:
Static address, for example, "support@example.com"
Variable that contains an address, for example, "#Form.Email#"
| PopHeader | ||
| UID : String
The mail header X-UID field
| PopHeader | ||
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Creates an instance of the PopHeader class. | PopHeader | ||
![]() |
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 | |
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.
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#".
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
PopHeader | () | Konstruktor |
public function PopHeader()| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Creates an instance of the PopHeader class.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne