Re: Avoid Exchange login dialog
- From: Bernie <bsiATmsiagDOTch>
- Date: Thu, 02 Jun 2005 17:41:55 +0200
Thank you, but that's not exactly what I'm looking for. The Exchange login is different from the Windows login, in fact the client and the server aren't even on the same domain. Hence, I don't think there's any way to avoid explicitly passing the username/password combination to the Exchange server via Outlook.
Still, thanks for your time :-)
Both user name and password are known to my application, I just can't figure out what to do with them.
In that case, you should be able to use LogonUser/ImpersonateLoggedOnUser
to give your thread the identity of that other person. However, that's not
recommended; see
http://blogs.msdn.com/stephen_griffin/archive/2005/04/13/407925.aspx for more on that.
.
- Follow-Ups:
- Re: Avoid Exchange login dialog
- From: Dan Mitchell
- Re: Avoid Exchange login dialog
- References:
- Avoid Exchange login dialog
- From: Bernie
- Re: Avoid Exchange login dialog
- From: Dan Mitchell
- Avoid Exchange login dialog
- Prev by Date: Re: Restrict method problem
- Next by Date: RE: How to handle the exception that user quite the Outlook while
- Previous by thread: Re: Avoid Exchange login dialog
- Next by thread: Re: Avoid Exchange login dialog
- Index(es):
Relevant Pages
|