包 | 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:04 AM Z