M
-mhd
The German version of Outlook uses German language internal field
names.
[German]
Telefon Assistent
Telefon geschäftlich
Telefon geschäftlich 2
instead of
[English]
AssistantTelephoneNumber
BusinessTelephoneNumber
Business2TelephoneNumber
The following statement raises an error because of the space in the
field name.
oContact.Telefon geschäftlich = PhoneNum
whereas
oContact.BusinessTelephoneNumber = PhoneNum naturally works just fine.
How can I get around assigning contact fields with spaces in the name?
Thanks,
-mhd
names.
[German]
Telefon Assistent
Telefon geschäftlich
Telefon geschäftlich 2
instead of
[English]
AssistantTelephoneNumber
BusinessTelephoneNumber
Business2TelephoneNumber
The following statement raises an error because of the space in the
field name.
oContact.Telefon geschäftlich = PhoneNum
whereas
oContact.BusinessTelephoneNumber = PhoneNum naturally works just fine.
How can I get around assigning contact fields with spaces in the name?
Thanks,
-mhd