| Pakket | coldfusion.service |
| Klasse | public class MailPart |
| Overerving | MailPart Object |
| Taalversie: | ActionScript 3.0 |
| Productversie: | ColdFusion 9 |
| Runtimeversies: | Flash Player 9, AIR 1.0 |
CFIDE.services.mailpart.
The ColdFusion mail service requires the input in CFIDE.services.mailpart.
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| charset : String
The character encoding in which the part text is encoded. | MailPart | ||
![]() | constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | |
| content : String
Mail part content. | MailPart | ||
| type : String
The MIME media type of the part. | MailPart | ||
| wraptext : String
Specifies the maximum line length, in characters of the mail text. | MailPart | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
MailPart()
Creates an instance of the MailPart class. | MailPart | ||
![]() |
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
charset | eigenschap |
public var charset:String| Taalversie: | ActionScript 3.0 |
| Productversie: | ColdFusion 9 |
| Runtimeversies: | Flash Player 9, AIR 1.0 |
The character encoding in which the part text is encoded. The following list includes commonly used values:
utf-8iso-8859-1windows-1252us-asciishift_jisiso-2022-jpeuc-jpeuc-krbig5hz-gb-2312euc-cnutf-16
content | eigenschap |
public var content:String| Taalversie: | ActionScript 3.0 |
| Productversie: | ColdFusion 9 |
| Runtimeversies: | Flash Player 9, AIR 1.0 |
Mail part content.
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 part. Can be a can be valid MIME media type or one of the following:
text: Specifies text/plain type.plain: Specifies text/plain type.html: Specifies text/html type.
wraptext | eigenschap |
public var wraptext:String| Taalversie: | ActionScript 3.0 |
| Productversie: | ColdFusion 9 |
| Runtimeversies: | Flash Player 9, AIR 1.0 |
Specifies the maximum line length, in characters of the mail text.
Constructordetails
MailPart | () | Constructor |
public function MailPart()| Taalversie: | ActionScript 3.0 |
| Productversie: | ColdFusion 9 |
| Runtimeversies: | Flash Player 9, AIR 1.0 |
Creates an instance of the MailPart class.
Wed Jun 13 2018, 11:42 AM Z
Overerfde openbare eigenschappen verbergen
Overerfde openbare eigenschappen weergeven