ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for managing appointments (Outlook, Lotus Notes, mobile device)
List of functions for managing appointments
Functions for managing contacts (Lotus Notes, Outlook and mobile device)
List of functions for managing contacts:
  • Lotus Notes,
  • Outlook,
  • mobile devices (Android, iPhone or iPad)
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. from the list of contacts on the phone (Android, iPhone or iPad, Universal Windows)....
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Writing an email: the available methods
This help page presents the methods for writing an email....
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Task functions
List of functions for managing tasks
NotesExtractAttachment (Function)
Extracts a file attached to an item of the current document in Lotus Notes.
NotesDocumentFirst (Function)
Positions on the first document found in Lotus Notes.
NotesListAttachment (Function)
Returns the list of files attached to an item of the current document in Lotus Notes.
NotesActivateView (Function)
Indicates the view that must be handled in Lotus Notes.
Contact groups functions
List of functions for managing groups of contacts
NotesDocumentSeek (Function)
Seeks a document in Lotus Notes.
NotesItemDimension (Function)
Returns the dimension of an item for the current document in Lotus Notes.
NotesDeleteAttachment (Function)
Deletes an attached file from an item of the current document in Lotus Notes.
ContactPrevious (Function)
Reads the contact before the current contact in a Lotus Notes or Outlook address book.
ContactLast (Function)
Reads the last contact in a Lotus Notes or Outlook address book.
ContactFirst (Function)
Reads the first contact in a Lotus Notes or Outlook address book.
ContactRead (Function)
Reads a contact in a Lotus Notes or Outlook address book.
NotesOpenDatabase (Function)
Gives access to the documents managed by Lotus Notes.
ContactSearch (Function)
Searches for a contact in a Lotus Notes or Outlook address book.
ContactReset (Function)
Reinitializes:
NotesNbAttachment (Function)
Returns the number of files attached to an item of the current document in Lotus Notes.
TaskReset (Function)
Reinitializes the Task structure.
NotesDocumentPrevious (Function)
Positions on the document found before the current document in Lotus Notes.
NotesDocumentLast (Function)
Positions on the last document found in Lotus Notes.
NotesViewSeekLast (Function)
Seeks the last document found in the current view in Lotus Notes.
NotesDeactivateView (Function)
Disables the view currently handled in Lotus Notes.
NotesAddAttachment (Function)
Attaches a file to an item of the current document in Lotus Notes.
NotesDocumentNext (Function)
Positions on the document found after the current document in Lotus Notes.
NotesReset (Function)
Creates an empty document in Lotus Notes.
GroupReset (Function)
Reinitializes the Group structure.
NotesModifyAttachment (Function)
Modifies a file attached to an item of the current document in Lotus Notes.
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
NotesItem (Function)
Returns the value of items for the current Notes document in Lotus Notes.
NotesDocumentDelete (Function)
Deletes the current document from the Lotus Notes database browsed.
NotesDeleteItem (Function)
Deletes the specified item from the current document in Lotus Notes.
NotesModifyItem (Function)
Modifies the specified item of the current document in Lotus Notes.
NotesOut (Function)
Used to find out whether a current document exists in Lotus Notes.
NotesListView (Function)
Returns the list of views found in the current Lotus Notes database.
Notes document functions
List of functions for managing Notes documents
NotesSave (Function)
Saves the current document in Lotus Notes.
NotesViewListColumn (Function)
Lists the columns found in the current view in Lotus Notes.
NotesViewSeekFirst (Function)
Seeks the first document found in the current view in Lotus Notes.
Lotus Notes constants
List of constants used by the Lotus Notes functions....
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Constants for managing contact functions
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
NotesOpenConnection (Function)
Establishes a connection to a Domino server.
AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS......
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
1
2
3
4
5
6
103
>