DOC: CreateMsgService() Has Incorrectly Documented Flag

Last reviewed: November 11, 1997
Article ID: Q175748
The information in this article applies to:
  • Extended Messaging Application Programming Interface (MAPI), version 1.0

SUMMARY

The documentation for CreateMsgService() incorrectly lists a flag "SERVICE_UI_ALLOWED" that allows MAPI Providers to display a configuration property sheet during the call. Using this flag produces the following error code:

   MAPI_E_UNKNOWN_FLAGS (0x80040106)

The documentation should read UI_SERVICE instead of SERVICE_UI_ALLOWED. Use the UI_SERVICE flag instead.


Additional query words: Service Profile
Keywords : EMAPI
Version : WINDOWS:1.0
Platform : WINDOWS
Issue type : kbdocerr
Solution Type : kbdocfix


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: November 11, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.