|
|
|
|
|
TaskRead (Function) In french: TâcheLit Reads a task in a Lotus Notes or Outlook task list. To be read, this task must have been previously read ( TaskLast, TaskPrevious, TaskFirst or TaskNext), added ( TaskAdd) or modified ( TaskModify). Attention This function does not read a 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)
...
TaskRead(IDSession, mTask.ID)
Syntax
<Result> = TaskRead(<Session identifier> , <Task identifier>)
Remarks The mTask.Out variable is used to find out whether a current task exists.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|