Paket | coldfusion.service |
Klasse | public class MailParam |
Vererbung | MailParam Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
CFIDE.services.mailparam
.
The ColdFusion mail service requires the input in CFIDE.services.mailparam
.
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | 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 |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
Creates an instance of the MailParam class. | MailParam | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Eigenschaftendetails
contentId | Eigenschaft |
public var contentId:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
The Identifier for the attached file.
disposition | Eigenschaft |
public var disposition:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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.
Der Standardwert ist attachment
.
file | Eigenschaft |
public var file:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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 | Eigenschaft |
public var name:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Name of header. Case-insensitive.
Mutually exclusive with file
attribute.
type | Eigenschaft |
public var type:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | 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 | Eigenschaft |
public var value:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Value of the header.
Not used with the file
attribute.
Konstruktordetails
MailParam | () | Konstruktor |
public function MailParam()
Sprachversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Laufzeitversionen: | Flash Player 9, AIR 1.0 |
Creates an instance of the MailParam
class.
Tue Jun 12 2018, 10:04 AM Z