|
|
|
|
|
- Properties specific to emailOutlookSession variables
- Functions that use variables of type emailOutlookSession
emailOutlookSession (Type of variable) In french: emailSessionOutlook
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders). The characteristics of the connection can be defined and changed using different WLanguage properties. Caution: This function cannot be used to access the data handled by the Outlook Express messaging software. Remarks: // Start the session MySession is emailOutlookSession MySession..Name = "OutlookProfile" EmailStartSession(MySession)
Remarks Properties specific to emailOutlookSession variables The following properties can be used to handle a variable of type emailOutlookSession: | | | Property name | Type used | Effect |
---|
Name | Character string | Identifies the connection profile. If this parameter corresponds to an empty string (""): - if several profiles are defined on the current computer, EmailStartSession displays a window containing all profiles among which the user can choose his own profile.
- if a single profile is defined on the current computer, EmailStartSession automatically selects this profile.
|
Functions that use variables of type emailOutlookSession | | EmailAddFolder | Adds a folder into the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...). | EmailChangeFolder | Modifies the current folder in the messaging software (Outlook, messaging software using the IMAP protocol, ...). | EmailChangeStatus | Changes the status of an email on a messaging server. | EmailCloseSession | Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes). | EmailCurrentFolder | Returns the name of current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...). | EmailDeleteMessage | Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook). | EmailGetAll | Retrieves all the emails found on a server. | EmailListFolder | Returns the list of folders: - found in the Outlook messaging software.
- for an IMAP session.
| 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 | Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook). | EmailReadLastHeader | Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook). | EmailReadMessage | Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook). | EmailReadMessageHeader | Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook). | EmailReadNext | Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or 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 | Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or 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). | EmailRemoveFolder | Deletes a folder from the Outlook messaging software or from an IMAP server. | EmailSeekFirst | Finds one or more emails according to the criteria specified in the messaging software (Outlook, messaging software using the IMAP protocol, ...). | 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). | EmailUpdate | Updates the messages of MS Exchange according to the email server. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|