|
|
|
|
GroupDelete (Function) In french: GroupeSupprime
Not available
Deletes the current group of contacts from the address book of a Lotus Notes or Outlook messaging. Caution: This function cannot be used to delete the current contact group from the address book of an Outlook Express messaging.
// Start a Lotus Notes session SessionID is int SessionID = EmailStartNotesSession("Password", "MarsServer", ... "mail\julia.nsf", "C:\Users\Julia\AppData\Local\Lotus\Notes\Data\user.id") // Read the first group of contacts GroupFirst(SessionID) // Delete this group GroupDelete(SessionID)
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|