MimeImbNul |
-Used to create an empty body
-Attachments can then be added.
|
MimeNullBody |
MimeImbTxtF |
-Embed a text stream file as main message body.
Never use with subprocedure MimeStrBody
|
MimeStrBody |
-Used to start a body before using
subprocedures MimeCpyTxt or MimeVarTxt
|
MimeCpyTxt |
-Used to embed into the body an existing stream file
|
MimeVarTxt |
-Used to embed into the body an existing stream file
while substituting text variables
|
MimeImbAtt |
-Used to create a body starting from an existing stream file.
Should not be used with MimeStrBody,
because they both create the start of a body.
|
MimeImbSpl |
-Used to create a body starting from an existing spool file.
The spool file should not be converted to PDF
when it goes into the body.
Should not be used with MimeStrBody,
because they both create the start of a body.
|
MimeImbSrc |
-Used to create a body starting from an existing source member.
Should not be used with MimeStrBody,
because they both create the start of a body.
|
MimeImbDBF |
-Used to create a body starting from an existing database file.
Should not be used with MimeStrBody,
because they both create the start of a body.
|