Paket | coldfusion.service |
Sınıf | public class MailParam |
Miras Alma | MailParam Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
CFIDE.services.mailparam
.
The ColdFusion mail service requires the input in CFIDE.services.mailparam
.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | 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 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Creates an instance of the MailParam class. | MailParam | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
contentId | özellik |
public var contentId:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
The Identifier for the attached file.
disposition | özellik |
public var disposition:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | 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.
Varsayılan değer şudur attachment
.
file | özellik |
public var file:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | 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 | özellik |
public var name:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Name of header. Case-insensitive.
Mutually exclusive with file
attribute.
type | özellik |
public var type:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | 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 | özellik |
public var value:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Value of the header.
Not used with the file
attribute.
Yapıcı Ayrıntı
MailParam | () | Yapıcı |
public function MailParam()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | ColdFusion 9 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.0 |
Creates an instance of the MailParam
class.
Tue Jun 12 2018, 01:09 PM Z