PMDF Programmer's Reference Manual


Previous Contents Index

2.6 Summary of PMDF_send Item Codes

A summary of the PMDF_send item codes is given in Table 2-1.

Table 2-1 PMDF_send Item Code Summary
Addressing  
item codes Description
PMDF_BCC Specify a Bcc: address which will appear in the header and envelope
PMDF_CC Specify a cc: address which will appear in the header and envelope
PMDF_ENV_BCC Specify an envelope-only Bcc: address
PMDF_ENV_CC Specify an envelope-only Cc: address
PMDF_ENV_FROM Specify the envelope From: address
PMDF_ENV_TO Specify an envelope-only To: address
PMDF_HDR_ADDRS Obtain recipient addresses from the RFC 822 header
PMDF_HDR_BCC Specify a header-only Bcc: address
PMDF_HDR_CC Specify a header-only Cc: address
PMDF_HDR_NOADDRS Do not obtain recipient addresses from the RFC 822 header
PMDF_HDR_TO Specify a header-only To: address
PMDF_TO Specify a To: address which will appear in the header and envelope
PMDF_SUBADDRESS Specify a subaddress
PMDF_USER Specify the user name to use for the envelope From: and header line From: addresses
FAX addressing  
item codes Description
PMDF_FAX_AFTER FAX address AFTER attribute-value pair
PMDF_FAX_AT FAX address AT attribute-value pair
PMDF_FAX_AUTH FAX address AUTH attribute-value pair
PMDF_FAX_BCC Begin the specification of a FAX Bcc: address
PMDF_FAX_CC Begin the specification of a FAX Cc: address
PMDF_FAX_DOMAIN Domain name to associate with a FAX address
PMDF_FAX_FN FAX address FN attribute-value pair
PMDF_FAX_FSI FAX address FSI attribute-value pair
PMDF_FAX_O FAX address O attribute-value pair
PMDF_FAX_OU FAX address OU attribute-value pair
PMDF_FAX_SETUP FAX address SETUP attribute-value pair
PMDF_FAX_SFN FAX address SFN attribute-value pair
PMDF_FAX_STN FAX address STN attribute-value pair
PMDF_FAX_TO Begin the specification of a FAX To: address
PMDF_FAX_TN FAX address TN attribute-value pair
PMDF_FAX_TTI FAX address TTI attribute-value pair
Printer addressing  
item codes Description
PMDF_PRT_AT Printer address AT attribute-value pair
PMDF_PRT_BCC Begin the specification of a printer Bcc: address
PMDF_PRT_CC Begin the specification of a printer Cc: address
PMDF_PRT_DOMAIN Specify the domain name to associate with a printer address
PMDF_PRT_MS Printer address MS attribute-value pair
PMDF_PRT_O Printer address O attribute-value pair
PMDF_PRT_OU Printer address OU attribute-value pair
PMDF_PRT_P1 Printer address P1 attribute-value pair
PMDF_PRT_P2 Printer address P2 attribute-value pair
PMDF_PRT_P3 Printer address P3 attribute-value pair
PMDF_PRT_P4 Printer address P4 attribute-value pair
PMDF_PRT_P5 Printer address P5 attribute-value pair
PMDF_PRT_P6 Printer address P6 attribute-value pair
PMDF_PRT_P7 Printer address P7 attribute-value pair
PMDF_PRT_P8 Printer address P8 attribute-value pair
PMDF_PRT_TO Begin the specification of a printer To: address
PMDF_PRT_TN Printer address TN attribute-value pair
Header processing  
item codes Description
PMDF_COMMENTS Specify the body of a Comments: header line
PMDF_CONTENT_TYPE Specify the body of a Content-type: header line
PMDF_DELIVERY_RECEIPT_TO Specify the body of a Delivery-receipt-to: header line
PMDF_ERRORS_TO Specify the body of an Errors-to: header line
PMDF_EXTRA_HEADER Specify an additional header line
PMDF_FROM Specify the body of a From: header line
PMDF_FRUIT_OF_THE_DAY Specify the body of a Fruit-of-the-day: header line
PMDF_HDR_ADDRS Obtain recipient addresses from the RFC 822 header
PMDF_HDR_FILE Specify an initial message header input source file
PMDF_HDR_NOADDRS Do not obtain recipient addresses from the RFC 822 header
PMDF_HDR_NORESENT Do not resort to Resent- header lines
PMDF_HDR_PROC Specify an initial message header input source procedure
PMDF_HDR_RESENT Add addresses to the header using Resent- header lines if necessary
PMDF_HDRMSG_FILE Specify a file containing initial RFC 822 header information and a message body part
PMDF_HDRMSG_PROC Specify an initial RFC 822 header and message body part input source procedure
PMDF_IMPORTANCE Specify the body of an Importance: header line
PMDF_KEYWORDS Specify the body of a Keywords: header line
PMDF_ORGANIZATION Specify the body of an Organization: header line
PMDF_PRIORITY Specify the body of a Priority: header line
PMDF_READ_RECEIPT_TO Specify the body of a Read-receipt-to: header line
PMDF_REFERENCES Specify the body of a References: header line
PMDF_REPLY_TO Specify the body of a Reply-to: header line
PMDF_RESENT_FROM Specify the body of a Resent-from: header line
PMDF_RESENT_REPLY_TO Specify the body of a Resent-reply-to: header line
PMDF_SENSITIVITY Specify the body of a Sensitivity: header line
PMDF_SUBJECT Specify the body of a Subject: header line
PMDF_WARNINGS_TO Specify the body of a Warnings-to: header line
PMDF_X_ORGANIZATION Specify the body of a X-Organization: header line
PMDF_X_PS_QUALIFIERS Specify the body of a X-PS-Qualifiers: header line
Message body processing  
item codes Description
PMDF_CONTENT_FILENAME Include the file name as a parameter in the MIME Content-type: header line
PMDF_ENC_BASE64 MIME BASE64 encode the message body part
PMDF_ENC_BASE85 Adobe ASCII85 (BASE85) encode the message body part
PMDF_ENC_BINHEX BINHEX encode the message body part
PMDF_ENC_BTOA BTOA encode the message body part
PMDF_ENC_COMPRESSED_BASE64 GNU zip compress the message body part and then MIME BASE64 encode it
PMDF_ENC_COMPRESSED_BINARY GNU zip compress the message body part
PMDF_ENC_COMPRESSED_UUENCODE GNU zip compress the message body part and then UUENCODE it
PMDF_ENC_HEXADECIMAL Hexadecimal encode the message body part
PMDF_ENC_NONE Do not encode the message body part
PMDF_ENC_PATHWORKS Encode the message body part using a DEC Pathworks compatible encoding
PMDF_ENC_QUOTED_PRINTABLE MIME quoted printable encode the message body part
PMDF_ENC_UNKNOWN Do not encode the message body part (default)
PMDF_ENC_UUENCODE UUENCODE the message body part
PMDF_HDR_FILE Specify a file containing initial RFC 822 header information
PMDF_HDR_PROC Specify an initial RFC 822 header input source procedure
PMDF_HDRMSG_FILE Specify a file containing initial RFC 822 header information and a message body part
PMDF_HDRMSG_PROC Specify an initial RFC 822 header and message body part input source procedure
PMDF_MAX_BLOCKS Specify the maximum number of blocks per message
PMDF_MAX_BYTES Specify the maximum number of bytes per message
PMDF_MAX_LINES Specify the maximum number of message lines per message
PMDF_MAX_TO Specify the maximum number of envelope To: addresses per message copy
PMDF_MODE_BLOCK Access input files using block mode I/O
PMDF_MODE_RECORD Access input files using record mode I/O
PMDF_MODE_RECORD_CRATTRIBUTE Access input files using record mode I/O & preserve <CR> record terminators
PMDF_MODE_RECORD_CRLFATTRIBUTE Access input files using record mode I/O & preserve <CR><LF> record terminators
PMDF_MODE_RECORD_LFATTRIBUTE Access input files using record mode I/O & preserve <LF> record terminators
PMDF_MODE_TEXT Access input files using text mode I/O
PMDF_MODE_UNKNOWN Access input files using text mode I/O
PMDF_MSG_FILE Specify a message body input source file
PMDF_MSG_PROC Specify a message body input source procedure
PMDF_NOCONTENT_FILENAME Do not include the file name as a parameter in the MIME Content-type: header line
Miscellaneous  
item codes Description
PMDF_BLANK Insert a blank line between the input from each input source
PMDF_CHAIN Pointer to another item list to process
PMDF_CHANNEL Specify the channel to act as when enqueuing mail
PMDF_END_LIST Terminate an item list
PMDF_IGNORE_ERRORS Send the message as long as at least one envelope To: address and at least one input source was okay
PMDF_IS_CHANNEL Ignore user-to-channel access checks
PMDF_IS_NOT_CHANNEL Do not ignore user-to-channel access checks
PMDF_NOBLANK Do not insert a blank line between each input source
PMDF_NOIGNORE_ERRORS Send the message only if all envelope To: addresses and all input sources are okay
PMDF_PRIV_DISABLE_PROC Privilege disable procedure to invoke after sending
PMDF_PRIV_ENABLE_PROC Privilege enable procedure to invoke prior to sending


Previous Next Contents Index