ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Managing emails
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Starts an email session on a Lotus Domino server in order to handle the messages.
Note:
WINDEVWEBDEV - Server code To start a session with the Lotus Notes messaging software, use EmailStartNotesSession.
Example
// Ouvre une session d'emails 
MaSessionNotes is emailNotesSession
IF MaSessionNotes.StartSession() = True THEN
	// Connecté
ELSE
	NomUser = ""
	Error("Impossible d'établir la connexion")
END
Syntax
<Result> = <Session>.OpenSession()
<Result>: Boolean
  • True if the session was started,
  • False otherwise. If an error occurs, the ErrorOccurred variable is set to True.
    To get more details on the error, use ErrorInfo with the errMessage constant.
<Session>: emailNotesSession variable
Name of the emailNotesSession variable corresponding to the email session to handle.
Component: wd300com.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/20/2025

Send a report | Local help