Mail to EE

EETransfer Off-line documentation

Back to summary
Updated 97/06/24 ForEachRemoteItem

For each item which is remote (ie not completely received) in the InBox, execute the "instruction" instruction.

* clientAppSymbol
type: symbol
default value: nil
Use clientAppSymbol if you want to ignore all the OutBox items whose appSymbol slot is set to a value different form clientAppSymbol.

It's useful when you want that your script ignore all the files not generated by your application (for example, those generated by EESnapshot).

* instruction
type: instruction
default value: nil

* ioBoxItem
type: ioBox item
default value: nil
ioBoxItem is set by the ForEachRemoteItem tool each time it executes the instruction.

Note: if you want to use its value, you must declare ioBoxItem as a global variable.

* transport
type: frame
default value: nil

The transport must always be EETransfer.

Note: Before the script executes itself, the global variable "transport" is automatically set to EETransfer. So if you don't use a slot "globalSymbols" you don't have to (and you should not) provide a slot "transport". Otherwise, the "globalSymbols" slot must contain a slot:
transport: 'transport,
©1997 Easter-eggs
All trademarks mentioned are the property of their respective owners