ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
coldfusion.service 

PopRecord  - AS3 CF

Pakietcoldfusion.service
Klasapublic class PopRecord
DziedziczeniePopRecord Inheritance Object

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

A class that is remotely mapped to CFIDE.services.poprecord. The ColdFusion service returns some of the results in CFIDE.services.poprecord. Message headers, message body, and attachments are retrieved from the POP server. poprecord contains all the elements that are returned when you use the getall action of the cfpop tag.



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  attachmentFiles : String
A tab-separated list of the locations of the attachment files.
PopRecord
  attachments : String
Mail message attachments.
PopRecord
  body : String
Body of the message.
PopRecord
  cc : String
Addresses to which to copy the message.
PopRecord
 Inheritedconstructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu.
Object
  date : String
Date string in the message header.
PopRecord
  from : String
E-mail message sender: A static string; for example, "support@example.com" A variable; for example, "#GetUser.EMailAddress#"
PopRecord
  header : String
Mail message header.
PopRecord
  HTMLBody : String
HTML content in the message.
PopRecord
  messageid : String
The mail header Message-ID field
PopRecord
  messagenumber : String
The sequential number of the message in the POP server.
PopRecord
  replyto : String
Addresses to which the recipient is directed to send replies.
PopRecord
  subject : String
Message subject.
PopRecord
  textBody : String
Plain text in the message.
PopRecord
  to : String
Message recipient e-mail addresses: Static address, for example, "support@example.com" Variable that contains an address, for example, "#Form.Email#"
PopRecord
  UID : String
The mail header X-UID field
PopRecord
Metody publiczne
 MetodaZdefiniowane przez
  
Creates an instance of the PopRecord class.
PopRecord
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
 Inherited
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych.
Object
 Inherited
Zwraca ciąg reprezentujący określony obiekt.
Object
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
Szczegół właściwości

attachmentFiles

właściwość
public var attachmentFiles:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

A tab-separated list of the locations of the attachment files.

attachments

właściwość 
public var attachments:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

Mail message attachments.

body

właściwość 
public var body:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

Body of the message.

cc

właściwość 
public var cc:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

Addresses to which to copy the message. To specify multiple addresses, separate the address with commas.

date

właściwość 
public var date:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

Date string in the message header.

from

właściwość 
public var from:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

E-mail message sender:

  • A static string; for example, "support@example.com"
  • A variable; for example, "#GetUser.EMailAddress#"

header

właściwość 
public var header:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

Mail message header.

HTMLBody

właściwość 
public var HTMLBody:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

HTML content in the message.

messageid

właściwość 
public var messageid:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

The mail header Message-ID field

messagenumber

właściwość 
public var messagenumber:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

The sequential number of the message in the POP server.

replyto

właściwość 
public var replyto:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

Addresses to which the recipient is directed to send replies.

subject

właściwość 
public var subject:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

Message subject. Can be dynamically generated. For example, to send messages that give customers status updates: "StatusofOrderNumber#Order_ID#".

textBody

właściwość 
public var textBody:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

Plain text in the message.

to

właściwość 
public var to:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

Message recipient e-mail addresses:

  • Static address, for example, "support@example.com"
  • Variable that contains an address, for example, "#Form.Email#"

UID

właściwość 
public var UID:String

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

The mail header X-UID field

Konstruktor Szczegół

PopRecord

()Konstruktor
public function PopRecord()

Wersja języka: ActionScript 3.0
Wersja produktu: ColdFusion 9
Wersje środowiska wykonawczego: Flash Player 9, AIR 1.0

Creates an instance of the PopRecord class.





[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.