PRB: "The profile name is not valid" with MAPISession Control

Last reviewed: February 4, 1998
Article ID: Q180173
The information in this article applies to:
  • Microsoft Visual Basic Standard and Enterprise Editions for Windows, versions 4.0, 5.0

SYMPTOMS

When calling the SignOn method of the MAPISession control, the following error may occur:

   The profile name is not valid. Enter a valid profile name.

CAUSE

The LogonUI property of the MAPISession control is set to True and the UserName property of the control contains an invalid profile name.

RESOLUTION

Either set the UserName property of the MAPISession control equal to a profile name that exists on the machine before the SignOn method of the control is called, or leave the UserName property empty.

If the UserName property is empty and the SignOn method is called, a Choose Profile dialog box may appear. This dialog box contains all the profiles currently available.

STATUS

This behavior is by design.

MORE INFORMATION

The MAPI 1.0 specification requires a profile to log on to a messaging session. The MAPISession control was written before the MAPI 1.0 specification was established. In order to use this control to establish a MAPI 1.0 session and prevent the Choose Profile dialog from showing, the UserName property must be used to pass the name of the profile needed to sign on.


Additional query words: msmapi32.ocx vbmapi
Keywords : VB4ALL VB4WIN vb5all SMapiCMC kberrmsg
Version : WINDOWS:4.0,5.0
Platform : WINDOWS
Issue type : kbprb


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 4, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.