Is it possible to either:
1. See what the current user's Windows password is (so it can be passed in the login information to check their email account), or
2. Tell whether the current user's Windows password has changed
I have written an email application but one of its problems is that when users have an Exchange account (which I connect to via IMAP/POP) and they change their Windows password every 90 days I get calls saying their email isn't working when in fact all they need to do is update the password in my email app.
So I'm after a way in which I can either add an option to my emailer along the lines of "Sign into this e-mail account using my Windows password" - in which case I'd need to be able to read the password - or a way to keep track of an encoded version of the password so that I can compare it against the previous value to tell when it has changed so I can prompt the user to update their settings.
- Andy
___________________________________________________________________
If a man speaks in a forest and there are no women around to hear him - will he still be wrong?
1. See what the current user's Windows password is (so it can be passed in the login information to check their email account), or
2. Tell whether the current user's Windows password has changed
I have written an email application but one of its problems is that when users have an Exchange account (which I connect to via IMAP/POP) and they change their Windows password every 90 days I get calls saying their email isn't working when in fact all they need to do is update the password in my email app.
So I'm after a way in which I can either add an option to my emailer along the lines of "Sign into this e-mail account using my Windows password" - in which case I'd need to be able to read the password - or a way to keep track of an encoded version of the password so that I can compare it against the previous value to tell when it has changed so I can prompt the user to update their settings.
- Andy
___________________________________________________________________
If a man speaks in a forest and there are no women around to hear him - will he still be wrong?