Пакет | coldfusion.service |
Класс | public class MailParam |
Наследование | MailParam Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
CFIDE.services.mailparam
.
The ColdFusion mail service requires the input in CFIDE.services.mailparam
.
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
constructor : Object
Ссылка на объект класса или функцию конструктора для данного экземпляра объекта. | Object | ||
contentId : String
The Identifier for the attached file. | MailParam | ||
disposition : String
How the file that is attached to the e-mail is to be handled. | MailParam | ||
file : String
Attaches a file in a message. | MailParam | ||
name : String
Name of header. | MailParam | ||
type : String
The MIME media type of the file. | MailParam | ||
value : String
Value of the header. | MailParam |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Creates an instance of the MailParam class. | MailParam | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Сведения о свойстве
contentId | свойство |
public var contentId:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
The Identifier for the attached file.
disposition | свойство |
public var disposition:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
How the file that is attached to the e-mail is to be handled. Can be one of the following:
attachment
: Presents the file as an attachment.inline
: Displays the file contents in the message.
Значением по умолчанию является attachment
.
file | свойство |
public var file:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Attaches a file in a message.
Mutually exclusive with name
attribute.
The file is MIME encoded before sending.
name | свойство |
public var name:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Name of header. Case-insensitive.
Mutually exclusive with file
attribute.
type | свойство |
public var type:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
The MIME media type of the file. Not used with the name
attribute.
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.
value | свойство |
public var value:String
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Value of the header.
Not used with the file
attribute.
Сведения о конструкторе
MailParam | () | Конструктор |
public function MailParam()
Язык версии: | ActionScript 3.0 |
Версия продукта: | ColdFusion 9 |
Версии среды выполнения: | Flash Player 9, AIR 1.0 |
Creates an instance of the MailParam
class.
Tue Jun 12 2018, 11:34 AM Z