searcher.PropertiesToLoad.AddRange(New String() {"name"})
with this code, if "name" property was not set for current user,
result.Properties("mail")(0)
is rasing error : Referenced object has a value of 'Nothing'
I Cant handle this
"Isnothing, IsDbnull, iserror" are not working
How can I discard the empty props?