get countrycode,areacode from telephonenumber

S

sd

hello
I need to retrive countrycode,areacode from contact's
telephonenumber.Is there any way to retrive this information from
contactitem in outlook 2007,2003 other than parsing the phone
number(i.e. using redemption or by means of any property associated
with contactitem).
Thanks
 
K

Ken Slovak - [MVP - Outlook]

Those properties aren't stored separately as fields, so you have to parse
the entire phone number.
 
Top