| Package | coldfusion.service | 
| Class | public class PopRecord | 
| Inheritance | PopRecord    Object | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | ColdFusion 9 | 
| Runtime Versions: | Flash Player 9, AIR 1.0 | 
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.
     
 	  | Property | Defined 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 | ||
![]()  | constructor : 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 | ||
| Method | Defined By | ||
|---|---|---|---|
      Creates an instance of the PopRecord class.  | PopRecord | ||
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
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
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.
     
 	  
Thu Dec 4 2014, 05:50 PM -08:00
 