SetColumns

R

Rog

I am using item.Restrict("[EMAIL1ADDRESS] = '"+email+"' AND [FIRSTNAME]
= '"+fName+"' AND [LASTNAME] = '"+lName+"'");
and it works fine when using Outlook in English, but in German it seems
be an issue:
Message: Die Eigenschaft "EMAIL1ADDRESS],[FIRSTNAME],[LASTNAME" ist
nicht bekannt.

I guess this means that this feature does not exist.

Any ideas?
 
M

Michael Bauer [MVP - Outlook]

Am Mon, 16 Oct 2006 13:33:24 -0400 schrieb Rog:

Using the English names works for all languages. Are you sure the error
message is exactly as shown? I never saw that kind of message.
 
S

Sue Mosher [MVP-Outlook]

Unfortunately, Find and Restrict require localized field names in search strings. An alternative would be to use AdvancedSearch. Or, try to figure out what the localized names are; they're probably close to the display names for the fields.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


Michael Bauer said:
Am Mon, 16 Oct 2006 13:33:24 -0400 schrieb Rog:

Using the English names works for all languages. Are you sure the error
message is exactly as shown? I never saw that kind of message.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

I am using item.Restrict("[EMAIL1ADDRESS] = '"+email+"' AND [FIRSTNAME]
= '"+fName+"' AND [LASTNAME] = '"+lName+"'");
and it works fine when using Outlook in English, but in German it seems
be an issue:
Message: Die Eigenschaft "EMAIL1ADDRESS],[FIRSTNAME],[LASTNAME" ist
nicht bekannt.

I guess this means that this feature does not exist.

Any ideas?
 
M

Michael Bauer [MVP - Outlook]

Am Wed, 18 Oct 2006 08:27:05 -0400 schrieb Sue Mosher [MVP-Outlook]:

For a German OS and Outlook and can say for sure that it works with the
English names. I haven´t tested for all properties but never experienced any
problem. The only case I know where the localized name must be used is if
you restrict for Categories, in German that´s "Kategorien".

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

Unfortunately, Find and Restrict require localized field names in search
strings. An alternative would be to use AdvancedSearch. Or, try to figure
out what the localized names are; they're probably close to the display
names for the fields.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


Am Mon, 16 Oct 2006 13:33:24 -0400 schrieb Rog:

Using the English names works for all languages. Are you sure the error
message is exactly as shown? I never saw that kind of message.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

I am using item.Restrict("[EMAIL1ADDRESS] = '"+email+"' AND [FIRSTNAME]
= '"+fName+"' AND [LASTNAME] = '"+lName+"'");
and it works fine when using Outlook in English, but in German it seems
be an issue:
Message: Die Eigenschaft "EMAIL1ADDRESS],[FIRSTNAME],[LASTNAME" ist
nicht bekannt.

I guess this means that this feature does not exist.

Any ideas?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top