The Outlook Address Book only shows contacts with resolved electronic addresses (email or fax). My guess is that whatever technique you're using (and "MAPI" covers a lot of different ones) is not actually resolving the addresses. If you open the contacts, you should be able to correct that.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> hello,
> i have used MAPI to create a contact using CreateMessage..it was
[quoted text clipped - 9 lines]
> difference that may point to the problem...i hope someone can help me
> with this...thanks!
rachel.villacorta@gmail.com - 26 Oct 2006 08:43 GMT
Thanks! The email addresses are ok but I have found out that setting
the PropTag 0x81BD to 1 resolves the issue..I dont know what's with
this PropTag but it seems to work:) I did not change anything except
this PropTag and the problem is solved! What is this PropTag anyway?:)
Thanks!
> The Outlook Address Book only shows contacts with resolved electronic addresses (email or fax). My guess is that whatever technique you're using (and "MAPI" covers a lot of different ones) is not actually resolving the addresses. If you open the contacts, you should be able to correct that.
>
[quoted text clipped - 19 lines]
> > difference that may point to the problem...i hope someone can help me
> > with this...thanks!
Sue Mosher [MVP-Outlook] - 26 Oct 2006 12:32 GMT
It's a MAPI property, not exposed in the Outlook object model, but accessible to lower-level programming libraries.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Thanks! The email addresses are ok but I have found out that setting
> the PropTag 0x81BD to 1 resolves the issue..I dont know what's with
[quoted text clipped - 17 lines]
>> > difference that may point to the problem...i hope someone can help me
>> > with this...thanks!
rachel.villacorta@gmail.com - 27 Oct 2006 04:09 GMT
thanks a lot!
> It's a MAPI property, not exposed in the Outlook object model, but accessible to lower-level programming libraries.
>
[quoted text clipped - 27 lines]
> >> > difference that may point to the problem...i hope someone can help me
> >> > with this...thanks!