包 | coldfusion.service |
类 | public class PopRecord |
继承 | PopRecord Object |
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | 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.
属性 | 由以下参数定义 | ||
---|---|---|---|
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
对类对象或给定对象实例的构造函数的引用。 | 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 |
方法 | 由以下参数定义 | ||
---|---|---|---|
Creates an instance of the PopRecord class. | PopRecord | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
attachmentFiles | 属性 |
public var attachmentFiles:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
A tab-separated list of the locations of the attachment files.
attachments | 属性 |
public var attachments:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Mail message attachments.
body | 属性 |
public var body:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Body of the message.
cc | 属性 |
public var cc:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Addresses to which to copy the message. To specify multiple addresses, separate the address with commas.
date | 属性 |
public var date:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Date string in the message header.
from | 属性 |
public var from:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | 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 | 属性 |
public var header:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Mail message header.
HTMLBody | 属性 |
public var HTMLBody:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
HTML content in the message.
messageid | 属性 |
public var messageid:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
The mail header Message-ID field
messagenumber | 属性 |
public var messagenumber:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
The sequential number of the message in the POP server.
replyto | 属性 |
public var replyto:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Addresses to which the recipient is directed to send replies.
subject | 属性 |
public var subject:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | 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 | 属性 |
public var textBody:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Plain text in the message.
to | 属性 |
public var to:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | 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 | 属性 |
public var UID:String
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
The mail header X-UID field
PopRecord | () | 构造函数 |
public function PopRecord()
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Creates an instance of the PopRecord
class.
Tue Jun 12 2018, 11:04 AM Z