Packagecoldfusion.service
Classpublic class PopRecord
InheritancePopRecord Inheritance Object

Language Version: ActionScript 3.0
Product Version: CF 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.



Public Properties
 PropertyDefined By
  attachementFiles : String
PopRecord
  attachements : String
PopRecord
  body : String
PopRecord
  cc : String
PopRecord
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  date : String
PopRecord
  from : String
PopRecord
  header : String
PopRecord
  HTMLBody : String
PopRecord
  messageid : String
PopRecord
  messagenumber : String
PopRecord
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  replyto : String
PopRecord
  subject : String
PopRecord
  textBody : String
PopRecord
  to : String
PopRecord
  UID : String
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
attachementFilesproperty
public var attachementFiles:String

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

attachementsproperty 
public var attachements:String

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

bodyproperty 
public var body:String

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

ccproperty 
public var cc:String

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

dateproperty 
public var date:String

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

fromproperty 
public var from:String

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

headerproperty 
public var header:String

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

HTMLBodyproperty 
public var HTMLBody:String

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

messageidproperty 
public var messageid:String

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

messagenumberproperty 
public var messagenumber:String

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

replytoproperty 
public var replyto:String

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

subjectproperty 
public var subject:String

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

textBodyproperty 
public var textBody:String

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

toproperty 
public var to:String

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

UIDproperty 
public var UID:String

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

Constructor Detail
PopRecord()Constructor
public function PopRecord()

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

Creates an instance of the PopRecord class.