Click to See Complete Forum and Search --> : Need help to stop some nosey people!!
Lloyd
Nov 12th, 1999, 02:09 AM
Hey everyone,
We have issues here at work about others reading everyone elses e-mail and I was wondering if there is a way to Password Protect the Outlook Inbox where no one can read the e-mail without permission. Any Ideas?
Thanks,
Lloyd
rockies1
Nov 12th, 1999, 02:14 AM
What about a screen-saver password, and a logon password?
------------------
Morgan
rockies1@gvi.net
My Web Page (http://members.xoom.com/Rockies1)
Lloyd
Nov 12th, 1999, 02:25 AM
It is against company policy to completely lock out your computer. We can only lock out individual programs.
Thanks anyway,
Lloyd
Yonatan
Nov 12th, 1999, 02:47 AM
First, create this program: (No forms, just a module)
Option Compare Text
Sub Main()
If Len(Command) > 0 Then
If Left(Command, 9) = "msimn.exe" Then
' You may put some password thing here if you want...
MsgBox("Outlook Express not allowed!", vbCritical)
Exit Sub
End If
Call Shell(Command)
End If
End Sub
Compile it, and put the compiled EXE in some directory. Then edit the registry:
HKEY_CLASSES_ROOT\EXEFile\Shell\Open\Command
Change (Default) to C:\Some\Directory\MyApp.Exe "%1" %* - this may not be the best solution, but it works if the user isn't activating the EXE through MS-Dos mode...
------------------
Yonatan
Teenage Programmer
E-Mail: RZvika@netvision.net.il
ICQ: 19552879 (http://www.icq.com/19552879)
[This message has been edited by Yonatan (edited 11-12-1999).]
Frans C
Nov 12th, 1999, 03:04 AM
If you are using Microsoft exchange server and not internet email, there is an option in outlook available. Choose Tools --> Services. Select Microsoft exchange server and click Properties. If I remember it correctly, it is on the second tab where you can specify the login. It defaults to something like 'Use network login'. If you switch this of, the user has to log in to the exchange server every time they open outlook.
clefus
Nov 12th, 1999, 07:46 AM
Install Netscape...then you will be able to at least set a password for all incoming mail. Unless you have an email certificate.
Or Eudora
Delete your Outlook info.
They could send email without your password.
But you don't have to tell them you switched.
Juan Carlos Rey
Nov 12th, 1999, 10:29 AM
Hi, Yonatan!
Is there a similar way to lock the printer?
Lloyd
Nov 14th, 1999, 07:44 PM
Thanks guys and gals, we don't know why our coworker is looking in our email but well use these ideas to stop them. Thanks again!!!!
Lloyd
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.