| | |
Constant | Details | Function |
---|
New in version 2025arch32 | The default email client is a 32-bit program. | |
New in version 2025arch64 | The default email client is a 64-bit program. | |
emailAddressError | Email address validity test: an error occurred during verification. | EmailCheckAddress |
emailAddressIncorrectSyntax | Email address validity test: the address is syntactically false. | EmailCheckAddress |
emailAddressRefused | Email address validity test: the address has been rejected by the mail server. | EmailCheckAddress |
emailAddressValid | Email address validity test: the address is valid. | EmailCheckAddress |
emailAll | Message to read: read and unread emails | EmailSeekFirst, EmailSeekFirstNotes, EmailReadLast, EmailReadLastHeader, EmailReadPreviousHeader, EmailReadFirstHeader, EmailReadNextHeader, EmailReadPrevious, EmailReadFirst, EmailReadNext |
emailAsynchronous | Transmit the emails in asynchronous mode | EmailStartSession, EmailStartSMTPSession |
emailBody | Part of the Email in which the search is performed: Email body | EmailSeekFirst, EmailSeekFirstNotes |
emailCompanyConfidential | Type of confidentiality: confidential Email | Email structure, variable of type Email |
emailError | Email status: an error has occurred | EmailStatus |
emailHighPriority | Email priority: high priority | Email structure, variable of type Email |
emailLowPriority | Email priority: low priority | Email structure, variable of type Email |
emailMessageID | Part of the Email in which the search is performed: Email identifier | EmailSeekFirst |
emailNone | Part of the Email in which the search is performed: search using a Lotus Notes selection formula | EmailSeekFirstNotes |
emailNormalPriority | Email priority: normal priority | Email structure, variable of type Email |
emailNoSensitivity | Privacy type: no privacy | Email structure, variable of type Email |
emailOptionDefault | Non-secure connection | EmailStartIMAPSession, emailIMAPSession variable, emailPOP3Session variable, emailSMTPSession variable |
emailOptionEncodeHeader | Encodes the message headers in Quoted-Printable if necessary. The message header is not encoded by default. This constant prevents the emails with wrongly encoded accented characters. | EmailSendMessage EmailBuildSource |
emailOptionHeaderBcc | Used to add the non-official recipients into the source code of email header. | EmailBuildSource |
emailOptionMessageID | Send the email while taking the Email.MessageID variable into account | EmailSendMessage |
emailOptionNoCID | The identifiers generated for the images found in the HTML file are unique by import. | EmailImportHTML |
emailOptionReference | Send the email while taking the Email.Reference variable into account | EmailSendMessage |
emailOptionSecuredTLS | Start the SMTP session secured by the TLS protocol. In version 28 Update 4, this constant was replaced with the emailProtocolSMTPS constant. | EmailStartSMTPSession, emailSMTPSession variable |
emailParameterHTML | When reading mails from a POP or IMAP server, the HTML part consists of a header and the HTML content itself. The charset that indicates the character encoding (UTF-8, ISO 8859-1, ISO-xxxx, etc.) can be in either or both of these parts. | EmailConfigure |
emailParameterMode | Used to choose the operating mode of emails.- The functions for email management can use the "wininet" module of Windows for the IMAP, POP3 and SMTP protocols in SSL mode or in STARTTLS mode. This mode corresponds to the default operating mode of functions for email management.
- The functions for email management can use an implementation that supports the multi-platform. Therefore, the email management is the same for your Windows, Linux and mobile platforms (Android/iOS).
| EmailConfigure |
emailPending | Email sending status: email waiting to be sent | EmailStatus |
emailPersonal | Privacy type: personal Email | Email structure, variable of type Email |
emailPrivate | Privacy type: private email | Email structure, variable of type Email |
emailProtocolSMTPS | Start the SMTP session secured by the TLS protocol. | EmailStartSMTPSession, emailSMTPSession variable |
emailRecipient | Part of the Email in which the search is performed: Email recipients | EmailSeekFirst, EmailSeekFirstNotes |
emailSender | Part of the Email in which the search is performed: Email senders | EmailSeekFirst, EmailSeekFirstNotes |
emailSent | Email status: email sent | EmailStatus |
emailSessionIgnoreExpiredCertificate | The certificate date is ignored. | emailSMTPSession variable |
emailSessionIgnoreInvalidCertificate | The certificate is ignored. | emailSMTPSession variable |
emailSessionIgnoreInvalidCertificateName | The site name specified in the certificate is ignored. | emailSMTPSession variable |
emailSessionIgnoreRevocation | The check in the list of revoked certificates is ignored. | emailSMTPSession variable |
emailStatusNotRead | Indicates that an email was not read. | EmailChangeStatus |
emailStatusRead | Indicates that an email was read. | EmailChangeStatus |
emailSubject | Part of the Email in which the search is performed: Email subjects | EmailSeekFirst, EmailSeekFirstNotes |
emailSynchronous | Transmission mode of the emails in synchronous mode | EmailStartSession, EmailStartSMTPSession |
emailUnread | Message to read: only unread emails | EmailSeekFirst, EmailSeekFirstNotes, EmailReadLast, EmailReadLastHeader, EmailReadPreviousHeader, EmailReadFirstHeader, EmailReadNextHeader, EmailReadPrevious, EmailReadFirst, EmailReadNext |
emailValidateByServer | Email address validation level: checks that the email server of the domain to which the address belongs accepts the address as input. The syntax of the email address is automatically checked (emailValidateSyntax constant). | EmailCheckAddress |
emailValidateSyntax | Email address validation level: checks email address syntax. The TLD (Top Level Domain) is not checked. | EmailCheckAddress |
emailValidateSyntaxStrict | Email address validation level: checks the syntax of the email address and the TLD (Top Level Domain) against the list of existing TLDs. | EmailCheckAddress |
ertAsynchronous | Retrieve the messages in asynchronous mode | EmailGetAll |
ertFull | Retrieve the entire messages (header, body and attachments) | EmailGetAll |
ertHeader | Retrieve the headers of messages | EmailGetAll |
ertNotRead | Retrieve the messages marked as "unread". | EmailGetAll |
folderAppointment | Type of file listed: appointment file | EmailListFolder |
folderContact | Type of folder listed: Contact and contact group folder | EmailListFolder |
folderDraft | Type of folder listed: draft folder | EmailListFolder |
folderGeneric | Listed folder type: generic folder (user-created) | EmailListFolder |
folderInbox | Type of folder listed: incoming emails folder | EmailListFolder |
folderLog | Type of folder listed: newspaper folder | EmailListFolder |
folderNote | Type of file listed: notes file | EmailListFolder |
folderOutbox | Type of folder listed: folder of emails waiting to be sent | EmailListFolder |
folderPersonal | Type of folder listed: root of "Personal folders" folder | EmailListFolder |
folderRecycleBin | Type of folder listed: deleted items folder | EmailListFolder |
folderSentEmail | Type of folder listed: sent emails folder | EmailListFolder |
folderTask | Type of folder listed: task folder | EmailListFolder |
LstFolderAll | List type: all files | EmailListFolder |
LstFolderNormal | Type of list to be performed: folders containing Email only | EmailListFolder |
LstFolderSorted | List sorting mode: sorted list | EmailListFolder |
LstFolderType | Display the name and type of the folder | EmailListFolder |
optionSSL | Specifies whether an SSL connection is required. In version 28 Update 4, this constant was replaced with the optionTLS constant. | EmailStartPOP3Session,, EmailStartIMAPSession, EmailStartSMTPSession, emailIMAPSession variable, emailPOP3Session variable, emailSMTPSession variable, LDAPSession structure |
optionTLS | Specifies whether an SSL connection is required. | EmailStartPOP3Session, EmailStartIMAPSession, EmailStartSMTPSession, emailIMAPSession variable, emailPOP3Session variable, emailSMTPSession variable, LDAPSession structure |
outlookAPTWithContact | Contact / participant management mode: RendezVousXXX functions will list contacts associated with appointments in the mRendezVous.Participant variable. | EmailStartOutlookSession, OutlookStartSession |
outlookAPTWithParticipant | Contact / participant management mode: The RendezVousXXX functions will list the participants associated with appointments in the variables:- mAppointment.Participant
- mAppointment.ParticipantCc
- mAppointment.ParticipantBcc
| EmailStartOutlookSession, OutlookStartSession |