Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
For information on using this class, see MIME Messages.
%Net.MIMEWriter outputs a MIME document as represented by a top-level
|
|
|
OutputToDevice sets output to the current device which is the default if no output method is specified.
OutputToFile sets output to be directed to a new file, named filename. The file is created with parameters "WNS".
OutputToStream sets output to be directed to a stream. export is the exported stream. If export is the oref of a stream, the MIME document will be written to this existing stream at the current position. If export is "", then a new %GlobalBinaryStream will be created to contain the MIME document and its oref returned. In this case, export must be passed by reference.
Write a header
WriteMIMEBody outputs the body of a MIME multipart message. If the message is multipart, the caller is expected to output needed headers. If the message, is not multipart, then headers are output.
WriteMIMEMessage outputs a MIME message.