Re: querying microsoft outlook global address list
Jason Betts <[email protected]> Thu, 28 Jul 2005 10:15:43 -0500
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
Does anyone have any insight into this problem? Is the "Filter" property
just not compatible with Jawin?
DispatchPtr filter=(DispatchPtr)addressEntries.get("Filter");
I'm just really confused why everthing else would work but not the Filter
or the Fields properties.
Thanks,
Jason
On 7/18/05, Jason Betts <[email protected]> wrote:
>
> Thanks for the reply...
> i get this same error for both of cases:
>
> com.develop.jawin.COMException: 80020006: Unknown name.
>
> at com.develop.jawin.marshal.GenericStub.dispatchInvoke0(Native Method)
>
> at com.develop.jawin.marshal.GenericStub.dispatchInvoke(GenericStub.java
> :83)
>
> at com.develop.jawin.DispatchPtr.getN(DispatchPtr.java:65)
>
> at com.develop.jawin.DispatchPtr.get(DispatchPtr.java:37)
>
> at jawin.Jawin.main(Jawin.java:79)
>
>
> On 7/16/05, Morten Andersen <[email protected]> wrote:
> >
> > Hi Jason,
> >
> > Jason Betts wrote:
> >
> > > Hi all,
> > > I'm working on using jawin to query outlook's GAL. I've got it so that
> > I
> > > can obtain the address entries of the GAL, however I can't seem to
> > access
> > > the *Filter property of the address entries( *
> > >
> > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdo/html/_olemsg_filter_property_addressentries_collection_.asp)
> > > or the Fields property of an address entry (
> > >
> > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdo/html/_olemsg_fields_property_addressentry.asp
> > > ).
> >
> > I looked over the code, and found the places where you wrote "// !!
> > ERROR ...". Can you please post a stacktrace or more details on what
> > kind of errors you get in the two cases.
> >
> > Best Regards
> > Morten
> >
>
>