|
|
|
|
|
TaskDelete (Function) In french: TâcheSupprime Deletes the current task from the task list of a Lotus Notes or Outlook messaging. Attention This function does not delete the current task from the task list of an Outlook Express mailbox.
IDSession is int
IDSession = EmailStartNotesSession("MotDePasse", "ServeurMars", "mail\julie.nsf",...
"C:\Users\Julie\AppData\Local\Lotus\Notes\Data\user.id")
TaskFirst(IDSession)
TaskDelete(IDSession)
Syntax
<Result> = TaskDelete(<Session identifier>)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|