Paket | coldfusion.service |
Sınıf | public class PopRecord |
Miras Alma | PopRecord Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | 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.
Özellik | Tanımlayan: | ||
---|---|---|---|
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
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | 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 |
Yöntem | Tanımlayan: | ||
---|---|---|---|
Creates an instance of the PopRecord class. | PopRecord | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
attachmentFiles | özellik |
public var attachmentFiles:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
A tab-separated list of the locations of the attachment files.
attachments | özellik |
public var attachments:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Mail message attachments.
body | özellik |
public var body:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Body of the message.
cc | özellik |
public var cc:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Addresses to which to copy the message. To specify multiple addresses, separate the address with commas.
date | özellik |
public var date:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Date string in the message header.
from | özellik |
public var from:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | 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 | özellik |
public var header:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Mail message header.
HTMLBody | özellik |
public var HTMLBody:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
HTML content in the message.
messageid | özellik |
public var messageid:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
The mail header Message-ID field
messagenumber | özellik |
public var messagenumber:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
The sequential number of the message in the POP server.
replyto | özellik |
public var replyto:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Addresses to which the recipient is directed to send replies.
subject | özellik |
public var subject:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | 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 | özellik |
public var textBody:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Plain text in the message.
to | özellik |
public var to:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | 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 | özellik |
public var UID:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
The mail header X-UID field
PopRecord | () | Yapıcı |
public function PopRecord()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Creates an instance of the PopRecord
class.
Tue Jun 12 2018, 01:09 PM Z