包 | coldfusion.service |
类 | public class PopHeader |
继承 | PopHeader 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 retrieved from the POP server.
popheader
contains the message header that is returned
when you use the getHeaderOnly
action of the cfpop
tag.
属性 | 由以下参数定义 | ||
---|---|---|---|
cc : String
Addresses to which to copy the message. | PopHeader | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | 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 |
方法 | 由以下参数定义 | ||
---|---|---|---|
Creates an instance of the PopHeader class. | PopHeader | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
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.
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#"
.
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
PopHeader | () | 构造函数 |
public function PopHeader()
语言版本: | ActionScript 3.0 |
产品版本: | ColdFusion 9 |
运行时版本: | Flash Player 9, AIR 1.0 |
Creates an instance of the PopHeader
class.
Tue Jun 12 2018, 11:04 AM Z