The information in this article applies to:
SUMMARY
When you use the MSMAPI.VBX control to logon Mail for PC Networks, you can
suppress the default logon dialog box by setting the following:
MORE INFORMATION
Make sure that the entries for the user's name and password are present in
the MSMAIL.INI.
[Microsoft Mail]The code below duplicates the situation when the error occurs with the Admin mailbox and a blank password.
Unfortunately, a null password can be used only if there is an existing
session or the LogonUI property is set to True. If there is an existing
session, you can pass nulls for both the name and password, and you will be
returned a handle to the existing session. If there is no existing session,
and you set LogonUI property to true, MAPILogon will generate the standard
Sign-In dialog box.
Additional query words: 3.00 3.20 Visual Basic blank MAPI_LOGON_UI
Keywords : |
Last Reviewed: October 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |