CALL "C$DESKTOP" USING CDESKTOP-MAIL URI [csFlag] GIVING returnCode |
CDESKTOP-MAIL | Constant | |
URI | PIC X(n) | Mailto URI including the values for the mail fields. The parameter value must include the protocol. Example: • "mailto://support@veryant.com" (send an email to support@veryant.com) |
csFlag | PIC 9 | Optional parameter evaluated in thin client environment. If it is set to 1, the operation is executed on the client, otherwise it is executed on the server. |
0 | Operation successful. |
-1 | Unsupported operation or routine not supported in this context. This is returned for example if the routine is called in webDirect environment. |
-2 | Invalid or missing parameters. |
-3 | I/O error. |
-4 | A Security exception occured. |