|
|
|
|
|
GroupModify (Function) In french: GroupeModifie Modifies the current group of contacts in a Lotus Notes or Outlook address book. When reading a group of contacts, the data of this group is updated in the Group structure. To modify the current group, all you have to do is modify the values of the Group structure and validate the modifications with GroupModify. Attention This function does not modify the current group of contacts in an Outlook Express address book.
IDSession is int
IDSession = EmailStartNotesSession("MotDePasse", "ServeurMars", ...
"mail\julie.nsf", "C:\Users\Julie\AppData\Local\Lotus\Notes\Data\user.id")
GroupFirst(IDSession)
mGroup.NbContact = 4
mGroup.Contact = "Arthur"
GroupModify(IDSession)
Syntax
<Result> = GroupModify(<Session identifier>)
Remarks The groups of contacts are not supported by Outlook 97. Therefore, no group of contacts can be modified in this version of Outlook.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|