| 패키지 | coldfusion.service.mxml |
| 클래스 | public class Mail |
| 상속 | Mail BasicService InternalConfig Object |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
| 속성 | 정의 주체 | ||
|---|---|---|---|
![]() | action : String
Action string for the service. | BasicService | |
| attachments : Array
A list of attachment filenames. | |||
| bcc : String
Addresses to which to copy the message, without listing them in the message header. | |||
| cc : String
Addresses to which to copy the message. | |||
![]() | cfContextRoot : String
Context root of the ColdFusion server. | InternalConfig | |
![]() | cfPort : int
Port where the ColdFusion server is running. | InternalConfig | |
![]() | cfServer : String
Name or IP address of the ColdFusion server. | InternalConfig | |
| charset : String
Character encoding of the mail message, including the headers. | |||
![]() | constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | |
| content : String | |||
![]() | destination : String
Specifies the destination for the remoting call. | InternalConfig | |
| failTo : String
Address to which mailing systems should send delivery failure notifications. | |||
| from : String
E-mail address of the sender:
A static string; for example, "support@example.com"
A variable; for example, "#GetUser.EMailAddress#"
| |||
| mailerId : String
Mailer ID to be passed in X-Mailer SMTP header,
which identifies the mailer application. | |||
| mailParts : Array
Specifies one part of a multipart e-mail message. | |||
| mimeAttach : String
Path of the on-disk or in-memory file to attach to message. | |||
| password : String
A password to send to SMTP servers that require authentication. | |||
| port : String
TCP/IP port on which SMTP server listens for requests (normally 25). | |||
| priority : String
The message priority level. | |||
| replyTo : String
Addresses to which the recipient is directed to send replies. | |||
![]() | secureHttp : Boolean
Boolean value that specifies if secure HTTP is used:
yes: uses secure HTTP
no: does not use secure HTTP
| InternalConfig | |
| server : String
SMTP server address, or (Enterprise edition only) a comma-delimited list
of server addresses, to use for sending messages. | |||
![]() | servicePassword : String
Password to access ColdFusion services. | InternalConfig | |
![]() | serviceUserName : String
Username to access ColdFusion services. | InternalConfig | |
| subject : String
Message subject. | |||
| timeout : String
Number of seconds to wait before timing out connection to SMTP server. | |||
| to : String
E-mail address of the recipient:
Static address, for example, "support@example.com"
Variable that contains an address, for example, "#Form.Email#"
Name of a query column that contains an address,
for example, "#EMail#". | |||
| type : String
MIME type of the message. | |||
| userName : String
A user name to send to SMTP servers that require authentication. | |||
| useSSL : Boolean
Whether to use Secure Sockets Layer. | |||
| useTLS : Boolean
Whether to use Transport Level Security. | |||
| wrapText : String
The maximum line length, in characters of the mail text. | |||
| 메서드 | 정의 주체 | ||
|---|---|---|---|
Mail()
Creates an instance of the Mail class. | |||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | BasicService | |
![]() |
Dispatches an event into the event flow. | BasicService | |
Sends the information to the ColdFusion service based on the action and attributes that
the user sets. | |||
![]() |
Returns the RemoteObject instance used by the proxy classes to make the
remote object call. | BasicService | |
![]() |
Checks whether the EventDispatcher object has any listeners registered
for a specific type of event. | BasicService | |
![]() |
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | |
![]() |
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | |
![]() |
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | |
![]() |
Removes a listener from the EventDispatcher object. | BasicService | |
![]() |
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | |
![]() |
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | |
![]() |
지정된 객체의 문자열 표현을 반환합니다. | Object | |
![]() |
지정된 객체의 프리미티브 값을 반환합니다. | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its
ancestors for the specified event type. | BasicService | |
attachments | 속성 |
public var attachments:Array| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
A list of attachment filenames.
bcc | 속성 |
public var bcc:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
Addresses to which to copy the message, without listing them in the message header. To specify multiple addresses, separate the addresses with commas.
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.
charset | 속성 |
public var charset:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
Character encoding of the mail message, including the headers. The following list includes commonly used values:
utf-8iso-8859-1windows-1252us-asciishift_jisiso-2022-jpeuc-jpeuc-krbig5hz-gb-2312euc-cnutf-16
기본값: utf-8.
content | 속성 |
failTo | 속성 |
public var failTo:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
Address to which mailing systems should send delivery failure notifications. Sets the mail envelope reverse-path value.
from | 속성 |
public var from:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
E-mail address of the sender:
- A static string; for example,
"support@example.com" - A variable; for example,
"#GetUser.EMailAddress#"
mailerId | 속성 |
public var mailerId:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
Mailer ID to be passed in X-Mailer SMTP header, which identifies the mailer application.
mailParts | 속성 |
public var mailParts:Array| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
Specifies one part of a multipart e-mail message.
Can only be used in the cfmail tag.
mimeAttach | 속성 |
public var mimeAttach:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
Path of the on-disk or in-memory file to attach to message.
password | 속성 |
public var password:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
A password to send to SMTP servers that require authentication.
port | 속성 |
public var port:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
TCP/IP port on which SMTP server listens for requests (normally 25).
priority | 속성 |
public var priority:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
The message priority level. Can be one of the following values:
- An integer in the range 1-5; 1 represents the highest priority.
- One of the following string values, which correspond to the numeric
values:
highestorurgent,high,normal,low, andlowestornon-urgent.
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.
server | 속성 |
public var server:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
SMTP server address, or (Enterprise edition only) a comma-delimited list of server addresses, to use for sending messages.
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#".
timeout | 속성 |
public var timeout:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
Number of seconds to wait before timing out connection to SMTP server.
to | 속성 |
public var to:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
E-mail address of the recipient:
- Static address, for example,
"support@example.com" - Variable that contains an address, for example,
"#Form.Email#" - Name of a query column that contains an address,
for example,
"#EMail#". An e-mail message is sent for each returned row.
type | 속성 |
public var type:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
MIME type of the message. Can be a valid MIME media type or one of the following:
text: specifies text/plain type.plain: specifies text/plain type.html: specifies text/html type.
userName | 속성 |
public var userName:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
A user name to send to SMTP servers that require authentication.
useSSL | 속성 |
public var useSSL:Boolean| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
Whether to use Secure Sockets Layer.
useTLS | 속성 |
public var useTLS:Boolean| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
Whether to use Transport Level Security.
wrapText | 속성 |
public var wrapText:String| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
The maximum line length, in characters of the mail text.
| () | 생성자 |
public function Mail()| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.5 |
Creates an instance of the Mail class.
execute | () | 메서드 |
public function execute():void| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | ColdFusion 9 |
| 런타임 버전: | Flash Player 9, AIR 1.0 |
Sends the information to the ColdFusion service based on the action and attributes that the user sets.
Tue Jun 12 2018, 03:17 PM Z
상속되는 공용 속성 숨기기
상속되는 공용 속성 표시