ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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
Closes a session with Lotus Notes or Outlook.
A session that is not ended will be automatically closed at the end of the WINDEV program or WEBDEV session.
Example
// Ouverture d'une session 
IDSession is int
IDSession = EmailStartNotesSession("MotDePasse", "ServeurMars", ...
		"mail/julie.nsf", "C:\Lotus Notes\julie.id")
// Si une session est ouverte, fermeture de cette session
IF IDSession <> 0 THEN
	CloseSession(IDSession)
END
Syntax
CloseSession(<Session identifier>)
<Session identifier>: Integer
Identifier of the current session. This value is returned by EmailStartNotesSession, EmailStartOutlookSession, OutlookStartSession or NotesOpenConnection.
Component: wd300com.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help