The following is a description of the options supported by the email export module. These options may be set by using NTPSetOption. These options may partially be set by using the printer selection dialogue.
Note: The options described in the following are true for not only the Notes client, but are general configuration options valid for any MAPI standard clients. The calls are sent to a systems currently configured MAPI client, which may be different from the Lotus Notes client.
NTPOPTION_MAPIEXP_SENDASMAIL
Activates the sending of an export file via mail. This option is equivalent to the checkbox for the end user "send export files via mail".
1 = The export files are sent via MAPI mail
Default: 0
NTPOPTION_MAPIEXP_MAILTO
The recipients email addresses, multiple addresses are separated by semicolon.
NTPOPTION_MAPIEXP_MAILCC
CC recipients email addresses, multiple addresses are separated by semicolon
NTPOPTION_MAPIEXP_MAILBCC
BCC recipients email addresses, multiple addresses are separated by semicolon
NTPOPTION_MAPIEXP_MAILSUBJECT
Subject line of the email.
NTPOPTION_MAPIEXP_MAILBODY
The email body.
NTPOPTION_MAPIEXP_MAILSHOWDIALOG
Defines if a mail dialogue is shown.
0 = The mail is sent directly, without additional user interaction (at least one recipient has to be defined).
1 = A standard MAPI mail dialogue is shown where the information which is known is already filled in, the user has to manually send the mail via this dialogue.
Default: 0