|
|
|
|
|
- Properties specific to emailNotesSession variables
- Functions that use emailNotesSession variables
emailNotesSession (Variable type)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages. You can define and change the characteristics of the connection using different WLanguage properties. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. // Start the session MyNotesSession is emailNotesSession MyNotesSession..AddressDominoServer = "domino.mycompany.com" MyNotesSession..LotusNotesDatabase = "email/accounting.nsf" MyNotesSession..CertificatePath = SysDir(srMyDocuments) + ["\"] + "certificates\notes.id" MyNotesSession..Password = EDT_Password EmailStartSession(MyNotesSession)
Propiedades Properties specific to emailNotesSession variables The following properties can be used to handle emailNotesSession variables: | | | Name | Type used | Effect |
---|
AddressDominoServer | Character string | - Name of Domino server,
- Empty string ("") if the database is a local database.
| LotusNotesDatabase | Character string | Name of Lotus Notes database containing the user data. This name corresponds to the path of ".NSF" file. A relative path must be used if the Lotus Notes database is found on a Domino server. If this property is not specified, the name of the Lotus Notes database will be read in the configuration file of the Lotus Notes client ("Notes.INI" file). The database used will correspond to the database of the user of Lotus Notes client for the current computer. | CertificatePath | Character string | Path of certificate used to authenticate the user ("ID" file). This file is given by the administrator of the Domino server. This file is required to establish the connection to the server. If this property is not specified, the path of the certificate will be read in the configuration file of the Lotus Notes client ("Notes.INI" file). The certificate used will correspond to the certificate of the user of the Lotus Notes client for the current computer. | Password | Character string or Secret string | User password. This password is given by the service provider or by the network administrator.
Novedad versión 2025Cadenas secretas: Si utiliza el almacén de cadenas secretas, el tipo de cadena secreta utilizado para este parámetro debe ser "Cadena Ansi o Unicode". Para obtener más información sobre cadenas secretas y cómo utilizar el almacén, consulte Almacén de cadenas secretas. |
Observaciones Functions that use emailNotesSession variables | | EmailCloseSession | Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes). | EmailDeleteMessage | Borra el Email actual utilizando el protocolo actual (POP3, IMAP, MS Exchange, Lotus Notes o Outlook). | EmailGetAll | Retrieves all the emails found on a server. | EmailNbMessage | Returns the number of incoming messages currently found:- on the email server (POP3 protocol only).
- in the Outlook messaging software.
| EmailReadFirst | Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook). | EmailReadFirstHeader | Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook). | EmailReadLast | Lee el último Email entrante según el protocolo utilizado (POP3 o IMAP, MS Exchange, Lotus Notes o Outlook). | EmailReadLastHeader | Reads the header of the last email received, depending on the protocol used (POP3 or IMAP, Lotus Notes or Outlook).. | EmailReadMessage | Lee un mensaje entrante de acuerdo con el protocolo utilizado (POP3 o IMAP, Lotus Notes o Outlook). | EmailReadMessageHeader | Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook). | EmailReadNext | Lee la Email entrante encontrada después de la Email actual según el protocolo (POP3 o IMAP, MS Exchange, Lotus Notes o Outlook). | EmailReadNextHeader | Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook). | EmailReadPrevious | Lee el Email encontrado antes del Email actual según el protocolo utilizado (POP3 o IMAP, MS Exchange, Lotus Notes o Outlook). | EmailReadPreviousHeader | Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook). | EmailSeekFirstNotes | Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes or Domino database. | EmailSendMessage | Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook). | EmailStartSession | Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange). |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|