|
|
|
|
|
GroupDelete (Function) In french: GroupeSupprime Deletes the current group of contacts from a Lotus Notes or Outlook address book. Attention This function does not delete the current group of contacts from the address book 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")
GroupFirst(IDSession)
GroupDelete(IDSession)
Syntax
<Result> = GroupDelete(<Session identifier>)
Remarks The groups of contacts are not supported by Outlook 97. Therefore, no group of contacts can be deleted in this version of Outlook.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|