Packagecoldfusion.service
Classpublic class PopHeader
InheritancePopHeader 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
  cc : String
PopHeader
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  date : String
PopHeader
  from : String
PopHeader
  header : String
PopHeader
  messageid : String
PopHeader
  messagenumber : String
PopHeader
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  replyto : String
PopHeader
  subject : String
PopHeader
  to : String
PopHeader
  UID : String
PopHeader
Public Methods
 MethodDefined By
  
Creates an instance of the PopHeader class.
PopHeader
 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
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

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

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
PopHeader()Constructor
public function PopHeader()

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

Creates an instance of the PopHeader class.