패키지 | 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, 03:17 PM Z