|
|
|
|
|
<EmailNotesSession variable>.StartSession (Function) In french: <Variable EmailSessionNotes>.OuvreSession Starts an email session on a Lotus Domino server in order to handle the messages.
MaSessionNotes is emailNotesSession
IF MaSessionNotes.StartSession() = True THEN
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|