>the Object Model doesn´t know any other than english names.
I´m not sure whether I understand you or not.Regarding to the sample of
your first post: all property names, available via the class names, are
in english only.
If you want to use them in Find or Restrict, then include the strings in
Chr(34), please.

Signature
Viele Grüße
Michael Bauer - MVP Outlook
> >the Object Model doesn´t know any other than english names.
>
[quoted text clipped - 11 lines]
> Thanks,
> -mhd
-mhd - 28 Apr 2005 15:53 GMT
>I´m not sure whether I understand you or not.Regarding to the sample of
>your first post: all property names, available via the class names, are
>in english only.
>
>If you want to use them in Find or Restrict, then include the strings in
>Chr(34), please.
Hi Michael,
This works
sFilter = "[Telefon geschäftlich] = '+49 (179) 5192032'"
ofolder.Items.Find(sFilter)
This doesn't
oContact.Telefon geschäftlich = PhoneNum
Are you saying that in the second example I must revert back to
English names?
-mhd
Michael Bauer - 28 Apr 2005 18:55 GMT
Yes. All available properties you can see in the Object Browser. There
is nothing else for your second example.

Signature
Viele Grüße
Michael Bauer - MVP Outlook
> >I´m not sure whether I understand you or not.Regarding to the sample of
> >your first post: all property names, available via the class names, are
[quoted text clipped - 16 lines]
>
> -mhd