Muthu
Guest
|
Posted:
Thu Dec 09, 2004 8:55 am Post subject:
RE: How can I get Query based distribution lists? |
|
|
Can u pls tell me what u mean by Query based Distribution Lists?
As of your current idea of enumerating and checking for the PR_OBJECT_TYPE =
MAPI_DISTLIST property, you can do this by setting a filter when you do the
HrQueryAllRows or QueryRows. I mean by using SRestriction structure. This
will help in reducing the number of results..
Rgds
Muthu
"Mark Rubacky" wrote:
| Quote: | I have to build a cache of all the distribution lists on a system. Currently
I enumerate through the Global Address Book and find all the items that of
are of PR_OBJECT_TYPE = MAPI_DISTLIST. When I do this the Query Based
distribution list is marked as a PR_OBJECT_TYPE = MAPI_MAILUSER. How do I
find Query based distribution lists in the GAL?
Mark Rubacky |
|
|