| Pakket | coldfusion.service |
| Klasse | public class MailParam |
| Overerving | MailParam Object |
| Taalversie: | ActionScript 3.0 |
| Productversie: | ColdFusion 9 |
| Runtimeversies: | Flash Player 9, AIR 1.0 |
CFIDE.services.mailparam.
The ColdFusion mail service requires the input in CFIDE.services.mailparam.
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Creates an instance of the MailParam class. | MailParam | ||
![]() |
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | |
![]() |
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | |
![]() |
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | |
![]() |
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | |
![]() |
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | |
![]() |
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | |
![]() |
Retourneert de primitieve waarde van het opgegeven object. | Object | |
Eigenschapdetails
contentId | eigenschap |
public var contentId:String| Taalversie: | ActionScript 3.0 |
| Productversie: | ColdFusion 9 |
| Runtimeversies: | Flash Player 9, AIR 1.0 |
The Identifier for the attached file.
disposition | eigenschap |
public var disposition:String| Taalversie: | ActionScript 3.0 |
| Productversie: | ColdFusion 9 |
| Runtimeversies: | 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.
De standaardwaarde is attachment.
file | eigenschap |
public var file:String| Taalversie: | ActionScript 3.0 |
| Productversie: | ColdFusion 9 |
| Runtimeversies: | 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 | eigenschap |
public var name:String| Taalversie: | ActionScript 3.0 |
| Productversie: | ColdFusion 9 |
| Runtimeversies: | Flash Player 9, AIR 1.0 |
Name of header. Case-insensitive.
Mutually exclusive with file attribute.
type | eigenschap |
public var type:String| Taalversie: | ActionScript 3.0 |
| Productversie: | ColdFusion 9 |
| Runtimeversies: | 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 | eigenschap |
public var value:String| Taalversie: | ActionScript 3.0 |
| Productversie: | ColdFusion 9 |
| Runtimeversies: | Flash Player 9, AIR 1.0 |
Value of the header.
Not used with the file attribute.
Constructordetails
MailParam | () | Constructor |
public function MailParam()| Taalversie: | ActionScript 3.0 |
| Productversie: | ColdFusion 9 |
| Runtimeversies: | Flash Player 9, AIR 1.0 |
Creates an instance of the MailParam class.
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven