Справочник по ActionScript® 3.0 для платформы Adobe® Flash®
Домашняя страница  |  Скрыть список пакетов и классов |  Пакеты  |  Классы  |  Что нового  |  Указатель  |  Приложения  |  Почему по-английски?
Фильтры: Получение данных с сервера...
Получение данных с сервера...
coldfusion.service.mxml 

Mail  - AS3 CF

Пакетcoldfusion.service.mxml
Классpublic class Mail
НаследованиеMail Inheritance BasicService Inheritance InternalConfig Inheritance Object

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

The proxy class for mail services exposed by ColdFusion.



Общедоступные свойства
 СвойствоОпределено
 Inheritedaction : String
Action string for the service.
BasicService
  attachments : Array
A list of attachment filenames.
Mail
  bcc : String
Addresses to which to copy the message, without listing them in the message header.
Mail
  cc : String
Addresses to which to copy the message.
Mail
 InheritedcfContextRoot : String
Context root of the ColdFusion server.
InternalConfig
 InheritedcfPort : int
Port where the ColdFusion server is running.
InternalConfig
 InheritedcfServer : String
Name or IP address of the ColdFusion server.
InternalConfig
  charset : String
Character encoding of the mail message, including the headers.
Mail
 Inheritedconstructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта.
Object
  content : String
Mail
 Inheriteddestination : String
Specifies the destination for the remoting call.
InternalConfig
  failTo : String
Address to which mailing systems should send delivery failure notifications.
Mail
  from : String
E-mail address of the sender: A static string; for example, "support@example.com" A variable; for example, "#GetUser.EMailAddress#"
Mail
  mailerId : String
Mailer ID to be passed in X-Mailer SMTP header, which identifies the mailer application.
Mail
  mailParts : Array
Specifies one part of a multipart e-mail message.
Mail
  mimeAttach : String
Path of the on-disk or in-memory file to attach to message.
Mail
  password : String
A password to send to SMTP servers that require authentication.
Mail
  port : String
TCP/IP port on which SMTP server listens for requests (normally 25).
Mail
  priority : String
The message priority level.
Mail
  replyTo : String
Addresses to which the recipient is directed to send replies.
Mail
 InheritedsecureHttp : 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.
Mail
 InheritedservicePassword : String
Password to access ColdFusion services.
InternalConfig
 InheritedserviceUserName : String
Username to access ColdFusion services.
InternalConfig
  subject : String
Message subject.
Mail
  timeout : String
Number of seconds to wait before timing out connection to SMTP server.
Mail
  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#".
Mail
  type : String
MIME type of the message.
Mail
  userName : String
A user name to send to SMTP servers that require authentication.
Mail
  useSSL : Boolean
Whether to use Secure Sockets Layer.
Mail
  useTLS : Boolean
Whether to use Transport Level Security.
Mail
  wrapText : String
The maximum line length, in characters of the mail text.
Mail
Общедоступные методы
 МетодОпределено
  
Creates an instance of the Mail class.
Mail
 Inherited
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
 Inherited
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.
Mail
 Inherited
Returns the RemoteObject instance used by the proxy classes to make the remote object call.
BasicService
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
BasicService
 Inherited
Показывает, определено ли заданное свойство для объекта.
Object
 Inherited
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра.
Object
 Inherited
Показывает наличие заданного свойства и его перечисляемость.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
BasicService
 Inherited
Задает доступность динамического свойства для операций цикла.
Object
 Inherited
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали.
Object
 Inherited
Возвращает строковое представление заданного объекта.
Object
 Inherited
Возвращает элементарное значение заданного объекта.
Object
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
BasicService
События
 Событие Сводка Определено
 InheritedDispatched when a ColdFusion service call fails.BasicService
 InheritedDispatched when a ColdFusion service call returns successfully.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-8
  • iso-8859-1
  • windows-1252
  • us-ascii
  • shift_jis
  • iso-2022-jp
  • euc-jp
  • euc-kr
  • big5
  • hz-gb-2312
  • euc-cn
  • utf-16

Значением по умолчанию является utf-8.

content

свойство 
public var content:String

Язык версии: ActionScript 3.0
Версия продукта: ColdFusion 9
Версии среды выполнения: Flash Player 9, AIR 1.0

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: highest or urgent, high, normal, low, and lowest or non-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.
Use a comma-delimited list to specify multiple recipients.

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.

Сведения о конструкторе

Mail

()Конструктор
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.





[ X ]Почему по-английски?
Содержимое Справочника ActionScript 3.0 отображается на английском языке

Не все части Справочника ActionScript 3.0 переводятся на все языки. Если какой-то текстовый элемент не переведен, он отображается на английском языке. Например, компонент ga.controls.HelpBox не переведен ни на один из языков. Это значит, что в русской версии справки компонент ga.controls.HelpBox будет отображаться на английском языке.