Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
sessionOn output contains the handle of a session with the MAPI messaging system.
parentContains the name of an OpenInsight parent window. If not specified any dialog box displayed will be application modal.
userContains the name of the MAPI client account to be logged on.
passwordContains the password of the MAPI client account to be logged on.
flagsContains information about session initiation and message downloading. It could be MAPI_LOGON_UI$, MAPI_NEW_SESSION$, MAPI_FORCE_DOWNLOAD$, or a combination of these flags.
  • MAPI_LOGON_UI$ indicates that MAPI should display a sign-in dialog box, if necessary.
  • MAPI_NEW_SESSION$ indicates that MAPI should establish a new session and not attempt to share another MAPI client's session or the default session.
  • MAPI_FORCE_DOWNLOAD$ indicates that all new messages should be downloaded to the user's inbox.

The insert record MAPI_EQUATES contains these flags. You may combine flags by adding them together with an addition sign (+).

...