| |
Email.Attach | Array of strings containing the name of attached files. The number of attached files is unlimited. For more details, see |
Email.AttachIdentifier | Array of character strings containing the identifiers of attachments included in an HTML message. This variable is filled when receiving an email. |
Email.Bcc | Array of strings containing the addresses of the non-official recipients: their name is not displayed in the email received by the official recipients (Email.Recipient variable). The addresses are limited to 127 characters. The number of non-official recipients is limited to 200. This limit can be exceeded in SMTP mode. However, some servers do not support the emails with an important number of recipients. |
Email.Cc | Array of strings containing the addresses of the copied recipients: their name is not displayed in the email received by the official recipients (Email.Recipient variable). The addresses are limited to 127 characters. The number of non-official recipients is limited to 200. This limit can be exceeded in SMTP mode. However, some servers do not support the emails with an important number of recipients. |
Email.Certificate | Certificate variable containing the certificate that will be used to sign the email before sending it. |
Email.DispositionNotification | Boolean (False by default)
Outbound, used to request a confirmation that the email was read by the recipient. The recipient does not necessarily have to send a read receipt.
Inbound, used to find out whether a read receipt was requested by the sender. If a read receipt is requested, it has priority over the delivery receipt.
This member is not supported by Lotus Notes. This member is supported by Outlook in Windows. |
Email.Error | Character string containing the error message. |
Email.HTML | Character string containing the message with HTML formatting. Limited to 4 GB. This member is supported by POP3/SMTP only. |
Email.ID | Unique email identifier (character string). This identifier remains constant for the entire email lifetime. This identifier is initialized when sending the email (EmailSendMessage).Remark: If the identifier contains special characters or accented characters, use the emailOptionEncodeHeader constant when the message is sent by EmailSendMessage. Outlook and Lotus Notes messaging software only |
Email.Keywords | Character string containing a list of keywords associated with the email. The keywords are separated by semicolons.Remark: If a keyword contains special characters or accented characters, use the emailOptionEncodeHeader constant when the message is sent by EmailSendMessage. |
Email.MailIdentifier | Email identifier (asynchronous mode only) WEBDEV only |
Email.Message | Character string containing the text of message (with simple text formatting). Limited to 2 GB (64 KB for Lotus Notes). Remark: If the message contains special characters or accented characters, use the emailOptionEncodeHeader constant when the message is sent by EmailSendMessage. |
Email.MessageID | Unique email identifier (character string). This identifier remains constant for the entire email lifetime. This identifier is used to follow a conversation.
When sending an email, this variable specifies the email identifier. If this variable corresponds to an empty string, the identifier will be given by the server. The application that generates the identifier must manage the uniqueness of this identifier. This variable is taken into account only if the EmailOptionMessageID constant is used in EmailSendMessage.
When receiving an email, this variable specifies the email identifier. This identifier must have the following format: <Identifier@domain>. For example: 1@192.168.2.210 This member is not supported by Lotus Notes. This member is not supported by Outlook in Windows. |
Email.NbAttach | Integer indicating the number of files attached to the message. The number of attached files is unlimited. |
Email.NbBcc | Integer corresponding to the number of non-official recipients (limited to 200). This limit can be exceeded in SMTP mode. However, some servers do not support the emails with an important number of recipients. |
Email.NbCc | Integer corresponding to the number of copied recipients (limited to 200). This limit can be exceeded in SMTP mode. However, some servers do not support the emails with an important number of recipients. |
Email.NbRecipient | Integer containing the number of recipients for the message. The number of recipients is limited to 20. This limit can be exceeded in SMTP mode. However, some servers do not support the emails with an important number of recipients. |
Email.Out | Boolean indicating whether a message was read. Email.Out returns False when the message was read and True when the message was not read. |
Email.PlainText | Character string containing the plain text of message. This variable is available for the incoming emails only. |
Email.Priority | Integer constant containing the type of priority for the email. The possible values are as follows:- emailLowPriority: used for the really non-urgent emails.
- emailHighPriority: used for the urgent emails.
- emailNormalPriority (Default value): used for the non-urgent emails.
Caution: This member is supported by POP3/SMTP only. |
Email.ReceiveDate | Date when the message was received (128 characters). If the email session was started by:- EmailStartSession: the format of the date depends on the language used by Windows on the current computer.
- EmailStartOutlookSession: the format of the date is as follows: YYYYMMDDHHSSCCmmm. The time is in UTC format.
|
Email.Recipient | Array of character strings containing the addresses of the main recipients. The copied recipients and the blind copied recipients are ignored. The number of recipients is limited to 20. This limit can be exceeded in SMTP mode. However, some servers do not support the emails with an important number of recipients. |
Email.Reference | Character string. Unique identifier of one or more reference emails linked to the current conversation. This member is not supported by Lotus Notes. This member is not supported by Outlook in Windows. |
Email.ReturnReceipt | Boolean (False by default).
In outgoing mode, requests a delivery receipt from the recipient. The recipient does not necessarily have to send a delivery receipt.
In incoming mode, determines whether a delivery receipt was requested by the sender. If a read receipt is requested, it has priority over the delivery receipt.This member is not supported by Outlook in Windows. |
Email.Sender | Character string containing the sender address. In Lotus, the Lotus username is used if the sender is not specified.Remark: If the sender contains special characters or accented characters, use the emailOptionEncodeHeader constant when the message is sent by EmailSendMessage. |
Email.SenderAddress | Character string containing the address where the answer to the message must be sent (up to 127 character). Corresponds to Reply-To.
In Outlook, this variable is ignored. The account name of the current session is used to specify this variable.
In Lotus, the Lotus username is used if the sender is not specified.
Remark: If the address contains special characters or accented characters, use the emailOptionEncodeHeader constant when the message is sent by EmailSendMessage. |
Email.Sensitivity | Integer constant containing the type of confidentiality for the email. The possible values are as follows:- emailCompanyConfidential: Used for the in-house emails for example.
- emailNoSensitivity (Default value): No confidentiality.
- emailPersonal: Used for the personal emails for example.
- emailPrivate: Used for the private emails for example.
This member is not supported by Lotus Notes. |
Email.Signature | Integer constant corresponding to the status of the email signature:- certificateExpired: Valid signature but expired certificate.
- certificateInvalid: Invalid signature or certificate.
- certificateUntrusted: Valid signature but untrusted certificate root.
- certificateOK: Trusted signature and certificate.
|
Email.Source | Character string containing the source of incoming message (subject, sender, destination, content, ...). This member is not supported by Outlook in Windows. |
Email.Subject | Character string containing the message subject. Remark: If the subject contains special characters or accented characters, use the emailOptionEncodeHeader constant when the message is sent by EmailSendMessage. |