|
|
|
|
|
|
|
List of functions for managing contacts: - Lotus Notes,
- Outlook,
- mobile devices (Android, iPhone or iPad)
|
|
|
|
|
|
|
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)... |
|
|
|
|
|
|
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments). |
|
|
|
|
|
|
Lists the columns found in the current view in Lotus Notes. |
|
|
|
|
|
|
Modifies the current task in a Lotus Notes or Outlook task list. |
|
|
|
|
|
|
Reads a contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Deletes an attached file from an item of the current document in Lotus Notes. |
|
|
|
|
|
|
Modifies the current group of contacts in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Reads the last group of contacts in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Deletes the current group of contacts from a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Modifies the current contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes or Domino database. |
|
|
|
|
|
|
Deletes the current document from the Lotus Notes database browsed. |
|
|
|
|
|
|
Adds a contact: - in a Lotus Notes or Outlook address book.
- in the contacts list of your device (Android, iPhone or iPad).
|
|
|
|
|
|
|
Reads the last task in a Lotus Notes or Outlook task list. |
|
|
|
|
|
|
List of functions for managing emails |
|
|
|
|
|
|
Reads the contact after the current contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Reads the group of contacts before the current group in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Modifies a file attached to an item of the current document in Lotus Notes. |
|
|
|
|
|
|
Seeks a document in Lotus Notes. |
|
|
|
|
|
|
Searches for a contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Deletes the current task from the task list of a Lotus Notes or Outlook messaging. |
|
|
|
|
|
|
Extracts a file attached to an item of the current document in Lotus Notes. |
|
|
|
|
|
|
Deletes the current contact: - from a Lotus Notes or Outlook address book.
- in the Phone contacts list (Android, iPhone or iPad).
|
|
|
|
|
|
|
Reads the last contact in a Lotus Notes or Outlook address book.
|
|
|
|
|
|
|
Reads a group of contacts in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Returns the list of items for the current Notes document in Lotus Notes. |
|
|
|
|
|
|
List of functions for managing emails |
|
|
|
|
|
|
Adds a task to the task list of a Lotus Notes or Outlook messaging. |
|
|
|
|
|
|
Reads the contact before the current contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Reads the task after the current task in a Lotus Notes or Outlook task list. |
|
|
|
|
|
|
Reads a task in a Lotus Notes or Outlook task list. |
|
|
|
|
|
|
Reads the first group of contacts in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Reads the first contact in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Reads the group of contacts after the current group in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Closes the local or remote database used (Lotus Notes or Domino). |
|
|
|
|
|
|
Seeks the first document found in the current view in Lotus Notes. |
|
|
|
|
|
|
Reads the first task in a Lotus Notes or Outlook task list. |
|
|
|
|
|
|
Establishes a connection to a Domino server. |
|
|
|
|
|
|
Reads the task before the current task in a Lotus Notes or Outlook task list. |
|
|
|
|
|
|
Adds a group of contacts in a Lotus Notes or Outlook address book. |
|
|
|
|
|
|
Exports an appointment or a list of appointments in iCalendar format. |
|
|
|
|
|
|
Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows). |
|
|
|
|
|
|
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows). |
|
|
|
|
|
|
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ... |
|
|
|
|
|
|
The Contact type is used to define the advanced characteristics of a contact found in the phone book. |
|
|
|
|
|
|
Sends an email using SMTP |
|
|
|
|
|
|
Closes an Outlook session. |
|
|
|
|
|
|
Sends an email using the Outlook protocol. |
|
|
|
|
|
|
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange). |
|
|
|
|
|
|
Usage example of the ContactAdd function |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications...... |
|
|
|
|
|
|
The Email type is used to handle the email content as well as the associated information. |
|
|
|
|
|
|
The email structure is a preset structure of WLanguage (no declaration is required)...... |
|
|
|
|
|
|
The Note property is used to:
Find out the notes associated with a control, a window, a page or a report.
Modify the notes associated with a control, a window a page or a report.... |
|
|
|
|
|
|
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ...... |
|
|
|
|
|
|
A Repositionable Note control can be handled through programming...... |
|
|
|
|
|
|
The Repositionable Note control allows you to include the famous yellow sticker in your applications...... |
|
|
|
|
|
|
Retrieves all the emails found on a Notes server. |
|
|
|
|
|
|
Returns the number of incoming messages in Notes. |
|
|
|
|
|
|
List of constants used by the functions for managing emails.... |
|
|
|
|
|
|
The NoteTitle property is used to:
Get the title of the notes used in the technical documentation of a control, window, page or report.
Change the title of the notes used in the technical documentation of a control, window, page or report.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|