C
Chris Shearer Cooper
I want to let people drag a contact from Outlook (and eventually Outlook
Express) onto my program, and then extract the name & email address.
I'm able to use OpenIMsgOnIStg to get the IMessage, and then I'm extracting
properties like PR_MESSAGE_CLASS (which is "IPM.Note" for Outlook contacts)
and PR_DISPLAY_NAME (which is what it sounds like). However, I've
enumerated the properties, and the email address contained in the Outlook
contact is stored in some strange properties like PR_EMS_AB_HOME_MDB and
PR_EMS_AB_MANAGER.
Are those the right properties for me to use? Or is there a more "correct"
way to extract the email address from an Outlook contact?
Thanks,
Chris
Express) onto my program, and then extract the name & email address.
I'm able to use OpenIMsgOnIStg to get the IMessage, and then I'm extracting
properties like PR_MESSAGE_CLASS (which is "IPM.Note" for Outlook contacts)
and PR_DISPLAY_NAME (which is what it sounds like). However, I've
enumerated the properties, and the email address contained in the Outlook
contact is stored in some strange properties like PR_EMS_AB_HOME_MDB and
PR_EMS_AB_MANAGER.
Are those the right properties for me to use? Or is there a more "correct"
way to extract the email address from an Outlook contact?
Thanks,
Chris