Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Initializing a session

You must explicitly initialize a COM session with one of the following NotesSession methods. These methods do not apply to LotusScript applications.

Call session.Initialize("passwordOptional")
Call session.InitializeUsingNotesUserName("name", "passwordOptional")

The parameters are all strings. The name parameter can be an empty string. The password parameter is optional.

Initialization occurs as follows:

These methods assume that you trust the local Domino or Notes installation.

See examples

Examples: Accessing the Domino Objects through COM
Related topics
Accessing the Domino Objects through COM




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009