|
|
|
|
|
- Error while transmitting the email
<EmailOutlookSession variable>.Update (Function) In french: <Variable EmailSessionOutlook>.MiseAJour Updates the messages of MS Exchange according to the email server. The following operations are performed: - The messages found in the out-box of MS Exchange are sent to the Internet email server.
- The messages waiting on the Internet server are transferred into the in-box of the MS Exchange client.
<EmailOutlookSession variable>.Update can only be used with the MS Exchange client.
IDSession is emailOutlookSession
...
IF IDSession.MiseAJour() = True THEN
Info("Messages récupérés")
ELSE
Error()
END
Syntax
<Result> = <Session>.Update()
<Result>: Boolean - True if the update was performed,
- 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>: emailOutlookSession variable Name of the emailOutlookSession variable used to identify the session. Remarks Error while transmitting the email If a message could not be transmitted due to a poor Internet connection or an incorrect address, the message is returned to the MS Exchange client: the message therefore appears in unread messages. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|