| |
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 | String array containing addresses of unofficial unofficial recipients: their name does not appear in the e-mail received by the official recipients (variable Email.Recipient). 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 does not appear in the e-mail received by the official recipients (variable Email.Recipient). 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).Note: If the identifier contains special characters or accents, use the constant emailOptionEncodeHead when sending the message with the EmailSendMessage function. 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.Note: If a keyword contains special characters or accents, use the constant emailOptionEncodeHead when sending the message with the EmailSendMessage function. |
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). Note: If the message contains special characters or accents, use the constant emailOptionEncodeHead when sending the message with the EmailSendMessage function. |
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:- emailPriorityLow used, for example, for emails with very low urgency.
- emailPriorityHigh used for urgent emails, for example.
- emailNormalPriority (Default value): used for non-urgent emails, for example.
Please note: This member is managed using 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 date format corresponds to the following format: 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.Note: If the sender contains special characters or accents, use the constant emailOptionEncodeHead when sending the message with the EmailSendMessage function. |
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.
Note: If the address contains special characters or accents, use the constant emailOptionEncodeHead when sending the message with the EmailSendMessage function. |
Email.Sensitivity | Integer constant containing the type of confidentiality for the email. The possible values are as follows:- emailConfidential Used, for example, for emails sent within a company.
- emailNormal (Default): No confidentiality.
- emailPersonnel Used, for example, for personal emails.
- emailPrivé Used, for example, for private emails.
This member is not supported by Lotus Notes. |
Email.Signature | Integer constant corresponding to the status of the email signature:- certificateExpired Valid signature but certificate expired.
- certificateInvalid Invalid signature or certificate.
- certificateNonFiable Valid signature, but the certificate's trusted root is untrusted.
- certificateOK: Reliable 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. Note: If the subject contains special characters or accents, use the constant emailOptionEncodeHead when sending the message with the EmailSendMessage function. |