Name | Description | |
---|---|---|
![]() | MailJob Constructor |
The following tables list the members exposed by MailJob.
Name | Description | |
---|---|---|
![]() | MailJob Constructor |
Name | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | AdditionalOptions | Allows to define some additional mail options e.g. for sending via SMTP or GRPAH. These options can be found in the Programmer's Reference for "Export.Mail..." (see also Setting Mail Parameters by Code). | ||||||||||||||
![]() | AttachmentList | ArrayList of files to attach. Add the paths of the files to attach to the list. | ||||||||||||||
![]() | BCC | This address will receive a blind carbon copy. Multiple recipients can be separated by semicolons. | ||||||||||||||
![]() | Body | Mail body text. | ||||||||||||||
![]() | BodyHtml | Mail body text (HTML). | ||||||||||||||
![]() | BodyRtf | Mail body text (RTF). | ||||||||||||||
![]() | CC | This address will receive a carbon copy. Multiple recipients can be separated by semicolons. | ||||||||||||||
![]() | ErrorText | |||||||||||||||
![]() | From | Sender of the email. | ||||||||||||||
![]() | Provider | This option can be used to switch the mail provider. All options besides MSMAPI need the mail module (cmmx??.dll (32-bit) or cxmx??.dll (64-bit)).
| ||||||||||||||
![]() | ShowDialog | Chooses to send the mail without any further user interaction.
| ||||||||||||||
![]() | SignatureName | The name of an Outlook signature or the path and file name (without file name extension!) of a signature file. Depending on body text type, the file name extension txt, rtf or htm will be appended. | ||||||||||||||
![]() | Subject | email subject. | ||||||||||||||
![]() | To | Recipient address. Multiple recipients can be separated by semicolons. | ||||||||||||||
![]() | UseMapiNameResolving |