Pakket | coldfusion.service |
Klasse | public class PopHeader |
Overerving | PopHeader Object |
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | 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.
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
cc : String
Addresses to which to copy the message. | PopHeader | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Methode | Gedefinieerd door | ||
---|---|---|---|
Creates an instance of the PopHeader class. | PopHeader | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
cc | eigenschap |
public var cc:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Addresses to which to copy the message. To specify multiple addresses, separate the address with commas.
date | eigenschap |
public var date:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Date string in the message header.
from | eigenschap |
public var from:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | 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 | eigenschap |
public var header:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Mail message header.
messageid | eigenschap |
public var messageid:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
The mail header Message-ID field
messagenumber | eigenschap |
public var messagenumber:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
The sequential number of the message in the POP server.
replyto | eigenschap |
public var replyto:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Addresses to which the recipient is directed to send replies.
subject | eigenschap |
public var subject:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | 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 | eigenschap |
public var to:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | 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 | eigenschap |
public var UID:String
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
The mail header X-UID field
PopHeader | () | Constructor |
public function PopHeader()
Taalversie: | ActionScript 3.0 |
Productversie: | ColdFusion 9 |
Runtimeversies: | Flash Player 9, AIR 1.0 |
Creates an instance of the PopHeader
class.
Wed Jun 13 2018, 11:42 AM Z