Paket | coldfusion.service |
Klass | public class MailParam |
Arv | MailParam Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
CFIDE.services.mailparam
.
The ColdFusion mail service requires the input in CFIDE.services.mailparam
.
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Creates an instance of the MailParam class. | MailParam | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Egenskapsdetaljer
contentId | egenskap |
public var contentId:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
The Identifier for the attached file.
disposition | egenskap |
public var disposition:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | 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.
Standardvärdet är attachment
.
file | egenskap |
public var file:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | 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 | egenskap |
public var name:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Name of header. Case-insensitive.
Mutually exclusive with file
attribute.
type | egenskap |
public var type:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | 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 | egenskap |
public var value:String
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Value of the header.
Not used with the file
attribute.
Konstruktordetaljer
MailParam | () | Konstruktor |
public function MailParam()
Språkversion: | ActionScript 3.0 |
Produktversion: | ColdFusion 9 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.0 |
Creates an instance of the MailParam
class.
Tue Jun 12 2018, 01:40 PM Z