Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
Email Mnemonic:
| (EmailDocument=string-argument) |
| Discussion: | The (EmailDocument) mnemonic may be used to specify the name associated with an attachment file. If an extension is not assigned, one appropriate for the file type will automatically be included (.pdf, .htm, etc). If this mnemonic is not used, the attachment will carry the default name assigned to the document. |
| Example: |
OPEN (1) "LEH" PRINT (1) (EmailDocument="OrderDetails") |
| Read about other Email Mnemonics |