The information in this article applies to:
SYMPTOMSWhen you make a profile programmatically the call to IMsgServiceAdmin:ConfigureMsgService() may return the following MAPI error message:
CAUSEThe values passed to the ConfigureMsgService for the Mailbox Alias or Mailbox Display Name were ambiguous. WORKAROUND
When the Mailbox Alias or Mailbox Display Name is ambiguous, this call
fails. To specify a Mailbox Display Name or Mailbox Alias that is unique
but is a sub-string of another Mailbox Display Name or Mailbox Alias, use
"=" before the string. Alternately, you can specify the Distinguished Name
(Obj-Dist-Name) of the mailbox.
Similarly, to specify a Mailbox Display Name for "Administrator" when there
is also a valid Mailbox Display Names of "Administrator One" you would use
the "=" as demonstrated here:
An example of using the Distinguished Name follows:
MORE INFORMATIONFor sample code demonstrating how to make a profile programmatically, please see the following article in the Microsoft Knowledge Base: Q170225 HOWTO: Modifying Settings of MS Exchange Transport Provider Additional query words: kbMsg KBMAPI100 kbmapi
Keywords : |
Last Reviewed: November 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |