Two questions:
Using the Lotus Notes API (any version/lang) is it possible to programatically configure Lotus Notes. I would like to configure an account, email addres, server info, ports, etc, for SMTP and POP3 only.
Is it possible to add Bookmarks to the Bookmark pane progrmatically? Are these considered links?? as the API docs make reference to links but not bookmarks.
Thanks,
Scott
Subject: Notes API/Script questions
I can’t help you with the bookmarks, but the rest is relatively easy. You may be looking in the wrong place for information, though. Connections, Accounts and Locations are simply documents in the user’s personal name and address book (names.nsf). All you need to do is create an Account document for the POP3 account (do it manually once and then use the Document Properties dielog to examine the fields), set the mail preferences on the user’s default (or alternate) Location document, and (perhaps) set up a Connection document to point to the server. It’s all values in fields on documents in one database.