ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<emailOutlookSession variable>.RemoveFolder (Function)
Deletes a folder from the Outlook messaging software.
<emailOutlookSession variable>.NbMessage (Function)
Returns the number of incoming messages in Outlook.
<emailNotesSession variable>.NbMessage (Function)
Returns the number of incoming messages in Notes.
<emailIMAPSession variable>.NbMessage (Function)
Returns the number of incoming messages in an IMAP session.
<emailIMAPSession variable>.StartSession (Function)
Starts an IMAP session.
<EmailNotesSession variable>.StartSession (Function)
Starts a Notes session.
<EmailOutlookSession variable>.StartSession (Function)
Starts an Outlook section.
<emailSMTPSession variable>.StartSession (Function)
Starts an SMTP session.
<EmailNotesSession variable>.GetAll (Function)
Retrieves all the emails found on a Notes server.
<EmailOutlookSession variable>.GetAll (Function)
Retrieves all the emails found on an Outlook server.
<emailAttach variable>.SaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
<emailIMAPSession variable>.RemoveFolder (Function)
Deletes a folder on an IMAP server.
<EmailOutlookSession variable>.Update (Function)
Updates the messages of MS Exchange according to the email server.
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<List variable>.Info (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
<Stack variable>.Push (Function)
Pushes an element onto the stack.
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
<fbSession variable>.Status (Function)
Checks the status of a Facebook session.
<fbSession variable>.Stop (Function)
Stops the Facebook session that was started by FBStartSession.
<fbSession variable>.Start (Function)
Used to authenticate and log in to Faceboook.
<fbSession variable>.GetUserInformation (Function)
Gets the Facebook information of the connected user.
<fbSession variable>.Request (Function)
Sends an HTTP request to the Facebook Graph API.
<gglConnection variable>.Connect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).