|
|
|
|
|
TaskModify (Function) In french: TâcheModifie Modifies the current task in a Lotus Notes or Outlook task list. When a task is read, the data of this task is updated in the Task structure. To modify the current task, all you have to do is modify the values of the Task structure and validate the modifications with TaskModify. Attention This function does not modify the current task in 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)
mTask.StartDate = "20070125100000"
TaskModify(IDSession)
Syntax
<Result> = TaskModify(<Session identifier>)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|