Re: Enabling account through .Net

From: Abel Banda (nospam@nospam.com)
Date: 11/06/02


From: "Abel Banda" <nospam@nospam.com>
Date: Wed, 6 Nov 2002 16:05:54 -0600


Nope, thanks though! :)
--Abe

"Trevor Lawrence" <TrevorL@ise.canberra.edu.au> wrote in message
news:e0JG2ldhCHA.1736@tkmsftngp11...
> How about some code like:
>
> If Not usr.Properties.Contains(p) Then
>
> usr.Properties(p).Add(propval)
>
> Else
>
> usr.Properties(p)(0) = propval
>
> End If
>
>
>
> "Abel Banda" <nospam@nospam.com> wrote in message
> news:#ozkVAdhCHA.1232@tkmsftngp09...
> > The following does not work .. please help.
> >
> > entry.Properties["AccountDisabled"].Add(false);
> >
> > How do I enable an account using a directory entry?
> >
> >
> >
> > --Abe
> >
> > www.abelbanda.com
> >
> >
> >
>
>