| Pakiet | coldfusion.service |
| Klasa | public class MailParam |
| Dziedziczenie | MailParam Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
CFIDE.services.mailparam.
The ColdFusion mail service requires the input in CFIDE.services.mailparam.
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
![]() | constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 | ||
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Creates an instance of the MailParam class. | MailParam | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object | |
Szczegół właściwości
contentId | właściwość |
public var contentId:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
The Identifier for the attached file.
disposition | właściwość |
public var disposition:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | 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.
Wartością domyślną jest attachment.
file | właściwość |
public var file:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | 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 | właściwość |
public var name:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Name of header. Case-insensitive.
Mutually exclusive with file attribute.
type | właściwość |
public var type:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | 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 | właściwość |
public var value:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Value of the header.
Not used with the file attribute.
Konstruktor Szczegół
MailParam | () | Konstruktor |
public function MailParam()| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | ColdFusion 9 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.0 |
Creates an instance of the MailParam class.
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne