|
|
|
|
|
- Modification with the Contact structure
ContactModify (Function) In french: ContactModifie Modifies the current contact in a Lotus Notes or Outlook address book. Attention This function does not read the last Contact in the address book of an Outlook Express mailbox.
IDSession is int
IDSession = EmailStartNotesSession("MotDePasse", "ServeurMars", ...
"mail/julie.nsf", "C:\Lotus Notes\julie.id")
IF ContactSearch(IDSession, "Dupont", mContactLastName, "Axelle", mContactFirstName) = True THEN
mContact.MobilePhone = "06.15.14.84.52"
ContactModify(IDSession)
Info("Le numéro de téléphone a été modifié")
ELSE
Info("Aucun contact n'a été trouvé")
END
Syntax
<Result> = ContactModify(<Session identifier>)
Remarks Modification with the Contact structure To modify the current contact, you must: - Modify the values of the Contact structure.
- Confirm changes with ContactModify.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|