EWS: add BusinessCountryOrRegion contact field

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1566 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-12-07 20:25:50 +00:00
parent 5e07023a4d
commit bfd74c84fc
1 changed files with 1 additions and 0 deletions

View File

@ -1677,6 +1677,7 @@ public class EwsExchangeSession extends ExchangeSession {
GALFIND_ATTRIBUTE_MAP.put("o", "CompanyName");
GALFIND_ATTRIBUTE_MAP.put("postalcode", "BusinessPostalCode");
GALFIND_ATTRIBUTE_MAP.put("st", "BusinessState");
GALFIND_ATTRIBUTE_MAP.put("co", "BusinessCountryOrRegion");
GALFIND_ATTRIBUTE_MAP.put("manager", "Manager");
GALFIND_ATTRIBUTE_MAP.put("middlename", "Initials");