| |
<Email variable>.BuildSource | Generates the source code of the email to send from an Email variable. |
<Email variable>.ImportHTML | Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email. |
<Email variable>.ImportSource | Fills an Email variable using the content of its Source property. |
<Email variable>.LoadAttachment | Adds an attached file to an email. |
<emailAttach variable>.SaveAttachment | Copies the attachment of current email onto the user computer (locally). |
<emailIMAPSession variable>.AddFolder | Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ... |
<emailIMAPSession variable>.ChangeFolder | Modifies the current folder in the messaging software using the IMAP, ... |
<emailIMAPSession variable>.CloseSession | Closes an IMAP session. |
<emailIMAPSession variable>.CurrentFolder | Returns the name of the current folder in the messaging software using IMAP (Internet Message Access Protocol). |
<emailIMAPSession variable>.Expunge | Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session. |
<emailIMAPSession variable>.ListFolder | Returns the list of folders of an IMAP session. |
<emailIMAPSession variable>.NbMessage | Returns the number of incoming messages in an IMAP session. |
<emailIMAPSession variable>.RemoveFolder | Deletes a folder on an IMAP server. |
<emailIMAPSession variable>.StartSession | Starts an IMAP session. |
<EmailIMAPSession>.GetAll | Retrieves all the emails found on an IMAP server. |
<emailNotesSession variable>.CloseSession | Closes a Notes session. |
<EmailNotesSession variable>.GetAll | Retrieves all the emails found on a Notes server. |
<emailNotesSession variable>.NbMessage | Returns the number of incoming messages in Notes. |
<emailNotesSession variable>.SendMessage | Sends an email using the Lotus Notes protocol. |
<EmailNotesSession variable>.StartSession | Starts a Notes session. |
<emailOutlookSession variable>.AddFolder | Adds a folder into the Outlook messaging software. |
<emailOutlookSession variable>.ChangeFolder | Modifies the current folder in the Outlook messaging software. |
<emailOutlookSession variable>.ChangeStatus | Changes the status of an email on a messaging server. |
<emailOutlookSession variable>.CloseSession | Closes an Outlook session. |
<emailOutlookSession variable>.CurrentFolder | Returns the name of the current folder in the Outlook messaging software. |
<EmailOutlookSession variable>.GetAll | Retrieves all the emails found on an Outlook server. |
<emailOutlookSession variable>.ListFolder | Returns the list of folders found in the Outlook messaging software. |
<emailOutlookSession variable>.NbMessage | Returns the number of incoming messages in Outlook. |
<emailOutlookSession variable>.RemoveFolder | Deletes a folder from the Outlook messaging software. |
<emailOutlookSession variable>.SendMessage | Sends an email using the Outlook protocol. |
<EmailOutlookSession variable>.StartSession | Starts an Outlook section. |
<EmailOutlookSession variable>.Update | Updates the messages of MS Exchange according to the email server. |
<emailPOP3Session variable>.CloseSession | Closes a POP3 session. |
<EmailPOP3Session variable>.GetAll | Retrieves all the emails found on a POP3 server. |
<emailPOP3Session variable>.NbMessage | Returns the number of incoming messages on the email server (POP3 protocol only). |
<emailPOP3Session variable>.StartSession | Starts a POP3 session. |
<emailSessionIMAP variable>.ChangeStatus | Changes the status of an email on a messaging server. |
<emailSMTPSession variable>.CloseSession | Closes an SMTP session. |
<emailSMTPSession variable>.SendMessage | Sends an email using SMTP |
<emailSMTPSession variable>.StartSession | Starts an SMTP session. |
ExportHTML | Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.). |