D
Dan
I am using Outlook 2007. I have written a VB program to programatically add
contacts. Everything is working fine, except that I don't like the format of
the E-mail Display As field. It is "CompanyName (Email1Address)". I would
like it to be only "CompanyName".
When I create a new ContactItem in my code, I am defining the following
fields (in this order):
..FirstName
..MiddleName
..LastName
..CompanyName
..FileAs
..Email1Address
..Email1DisplayName
I suspect that some of these are derived fields. How do I tell which are
derived fields? Which of these should I be defining in my code?
I am defining .Email1DisplayName to be the same as .CompanyName, yet it is
still getting .Email1Address appended to it with parentheses. How do I get it
to keep the DisplayName the way I defined it in my code?
Thanks for your help!
contacts. Everything is working fine, except that I don't like the format of
the E-mail Display As field. It is "CompanyName (Email1Address)". I would
like it to be only "CompanyName".
When I create a new ContactItem in my code, I am defining the following
fields (in this order):
..FirstName
..MiddleName
..LastName
..CompanyName
..FileAs
..Email1Address
..Email1DisplayName
I suspect that some of these are derived fields. How do I tell which are
derived fields? Which of these should I be defining in my code?
I am defining .Email1DisplayName to be the same as .CompanyName, yet it is
still getting .Email1Address appended to it with parentheses. How do I get it
to keep the DisplayName the way I defined it in my code?
Thanks for your help!