Go to documentation repository
Page History
...
The MAIL_MESSAGE object sends events presented in the table. Procedure is started when the corresponding event appearsoccurs.
Event | Description |
“SENDSEND_ERROR”ERROR | Error of message Message sending .error |
“SENT”SENT | Message is sent. |
List of commands and parameters for the MAIL_MESSAGE object is given in the table:
Command – —command description | Parameters | Description |
"SETUP" – —settings for mail message. | from<> | Source Sender's address. |
to<> | Destination Recipient's address. | |
cc<> | Copies. | |
subject<> | Message subject. | |
body<> | Message body. | |
attachments<> | Attachments. If several files are attached, their addresses are separated with a semicolon separated. | |
flags<> | Flags. | |
name<> | Object name. | |
pack<> | Way Method of attachments packing. | |
is_body_html<> | Specifies if HTML markup is to must be applied when sending. Possible values: 1 or 0. | |
inline<> | Specifies if attachments are only shown in the message text text (value of 1) or both in the text and in the "Attachments" section (value of 0). | |
"SEND" – —send mail message. | - | - |
"SEND_RAW" – —send e-mail email with parameters | same as for the SETUP command | see Examples of scripts in the JScript language |
Properties of the MAIL_MESSAGE object are shown in the table.:
Properties of the MAIL_MESSAGE object | Description |
ID<> | Object ID. |
PARENT_ID<> | Parent object ID. |