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