B
Bill Ingalls
I have tried this in both a winapp and asp.net, the problem is when
you try to set the msExchHideFromAddressLists property on an item that
is already hidden it returns 'There is no such object on the server'.
Here is an example listing:
Dim oGroup as New DirectoryEntry("LDAP://server/CN=groupname,OU=container,etc...",username,pw)
oGroup.Properties("msExchHideFromAddressLists").Value=False <--Returns
the error, but if you are setting a visible item to True it has no
problems.
Any help would be appreciated.
Thanks
you try to set the msExchHideFromAddressLists property on an item that
is already hidden it returns 'There is no such object on the server'.
Here is an example listing:
Dim oGroup as New DirectoryEntry("LDAP://server/CN=groupname,OU=container,etc...",username,pw)
oGroup.Properties("msExchHideFromAddressLists").Value=False <--Returns
the error, but if you are setting a visible item to True it has no
problems.
Any help would be appreciated.
Thanks