I presume they did before, still might be able to do something if we can get to \\domain.company.net\ somewhere i.e. the default outlook client?
Chris
davidsperling
ASKER
>>... still might be able to do something if we can get to \\domain.company.net\ somewhere i.e. the default outlook client?
Don't quite understand :)
Chris Bottomley
if for exampel the default mail address will be fred@domain.company.net and teh mail client is outlook then it coul dbe possible to get teh prefix of \\domain.company.net from outlook and continue by adding the path. Basically if the necessary information can be reliably assembled from any other data, (i.e. 2 or more environment variable) then that will give us a prospective way to achive your needs.
Try:
sHome = Environ("userprofile")
instead of
sHome = Environ("HOMEPATH")
Regards,
chris_bottomley