Re: [MBS] Filter addressBook names within a Group

2012-05-16 Thread Christian Schmitz
Am 15.05.2012 um 21:39 schrieb Jim Pitchford: s1=g.searchElementForProperty(a.kABLastNameProperty,,,names(i),a.kABContainsSubStringCaseInsensitive) Please use a.searchElementForPersonProperty here. g.searchElementForProperty is same as a.searchElementForGroupProperty, which does not

Re: [MBS] Filter addressBook names within a Group

2012-05-16 Thread Valdemar De SOUSA
Am 15.05.2012 um 21:39 schrieb Jim Pitchford: s1=g.searchElementForProperty(a.kABLastNameProperty,,,names(i),a.kABContainsSubStringCaseInsensitive) Please use a.searchElementForPersonProperty here. g.searchElementForProperty is same as a.searchElementForGroupProperty, which does