View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Alok Joshi[_4_] Alok Joshi[_4_] is offline
external usenet poster
 
Posts: 6
Default Retrieving email addresses from nt logins

Thanks to ryguy7272, JLGWhiz and yourself for responding.

My application is an internal application for an organization where when a
user completes a task in the application, sends out an e-mail to other users
of the application that such-and-such task has been completed. There are over
50 such users. I have already built up the nt login names of the users - say
jsmith, dbarney etc. These are maintained in an access database in a shared
drive on the intranet. What I need to do is to somehow find out the full name
- programly John Smith, David Barney etc. and also the e-mail addresses of
the users so that the application can send out the e-mails.

Thanks again.

"Barb Reinhardt" wrote:

Does your application send emails from the different users? If so, why does
it need their email address?
--
HTH,
Barb Reinhardt

If this post was helpful to you, please click YES below.



"Alok Joshi" wrote:

Hi Friends and Experts,

I have an Excel application in which I have already got a table of the nt
logins of the valid users which I use to validate the user. However, I would
like the application to figure out the users full name and internal e-mail
address. This is becuase the application is expected to automatically send
e-mails etc.

Is there a way I can do this?