ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Managing emails
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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
// Start a session
SessionID is int
SessionID = EmailStartNotesSession("Password", "MarsServer", ...
"email/julia.nsf", "C:\Lotus Notes\julia.id")
// If a session is started, close this session
IF SessionID <> 0 THEN
CloseSession(SessionID)
END
Syntax
CloseSession(<Session identifier>)
<Session identifier>: Integer
Identifier of the current session. This value is returned by EmailStartNotesSession, EmailStartOutlookSession, OutlookStartSession or NotesOpenConnection.
Component: wd290com.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help