[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

LogFileMailHandler

inherits from Object
inherits from Stream
inherits from MailHandler
inherits from RFC822Handler

Object <- LogFileMailHandler



Operations

Get list of all operations

Close
Open
Read
Write


Attributes

Get list of all attributes

DestinationStream


Fields

Field Type
Stream: target: Object
MailHandler: preflighting: Boolean
RFC822Handler: toAddressLine: Text
fromAddressLine: Text
cCAddressLine: Text
bCCAddressLine: Text
referenceLine: Text
replyToAddressLine: Text
subject: Text
formIdentifier: Text
messageID: Text
numberOfParts: Unsigned


Instance template

instance LogFileMailHandler tag;
         target: nilObject;
   preflighting: false;
  toAddressLine: nilObject;
fromAddressLine: nilObject;
  cCAddressLine: nilObject;
 bCCAddressLine: nilObject;
  referenceLine: nilObject;
replyToAddressLine: nilObject;
        subject: nilObject;
 formIdentifier: nilObject;
      messageID: nilObject;
  numberOfParts: 0;
end instance;

Class definition

Define Class LogFileMailHandler;
    inherits from Object;
    inherits from Stream;
    inherits from MailHandler;
    inherits from RFC822Handler;
    
    overrides Open, Close, Read, Write;
    
    overrides DestinationStream;
end class;