ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
coldfusion.service 

PopRecord  - AS3 CF

Packagecoldfusion.service
Classpublic class PopRecord
InheritancePopRecord Inheritance Object

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: 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.



Public Properties
 PropertyDefined By
  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
A reference to the class object or constructor function for a given object instance.
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
Public Methods
 MethodDefined By
  
Creates an instance of the PopRecord class.
PopRecord
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

attachmentFiles

property
public var attachmentFiles:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

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

attachments

property 
public var attachments:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Mail message attachments.

body

property 
public var body:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Body of the message.

cc

property 
public var cc:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

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

date

property 
public var date:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Date string in the message header.

from

property 
public var from:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: 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

property 
public var header:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Mail message header.

HTMLBody

property 
public var HTMLBody:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

HTML content in the message.

messageid

property 
public var messageid:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

The mail header Message-ID field

messagenumber

property 
public var messagenumber:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

The sequential number of the message in the POP server.

replyto

property 
public var replyto:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Addresses to which the recipient is directed to send replies.

subject

property 
public var subject:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: 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

property 
public var textBody:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Plain text in the message.

to

property 
public var to:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: 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

property 
public var UID:String

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

The mail header X-UID field

Constructor Detail

PopRecord

()Constructor
public function PopRecord()

Language Version: ActionScript 3.0
Product Version: ColdFusion 9
Runtime Versions: Flash Player 9, AIR 1.0

Creates an instance of the PopRecord class.