Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / General MS Outlook Questions / May 2008

Tip: Looking for answers? Try searching our database.

Mircrosoft Junk E-Mail Options

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
travdaddy - 09 Apr 2008 23:14 GMT
Is there a way to change the level of junk e-mail protection you want through
the registry. An example would be changing it from No Automatic Filtering, to
Low. I tried using RegMon, but I couldn't find anything.

Thanks for the help in advance.
travdaddy - 10 Apr 2008 18:20 GMT
> Is there a way to change the level of junk e-mail protection you want through
> the registry. An example would be changing it from No Automatic Filtering, to
> Low. I tried using RegMon, but I couldn't find anything.
>
> Thanks for the help in advance.

bump
travdaddy - 15 Apr 2008 18:00 GMT
> > Is there a way to change the level of junk e-mail protection you want through
> > the registry. An example would be changing it from No Automatic Filtering, to
[quoted text clipped - 3 lines]
>
> bump

I figured this one out on my own.
There is a registry key that you can change, it can differ among systems,
but here are the keys.
HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging
Subsystem\Profiles\Default Outlook
Profile\0a0d020000000000c000000000000046\0003041b"
HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging
Subsystem\Profiles\Microsoft
Outlook\0a0d020000000000c000000000000046\0003041b"
HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging
Subsystem\Profiles\Outlook\0a0d020000000000c000000000000046\0003041b"

Like I said the key can very from system to system, but if you make that key
equal to "FF FF FF FF" in binary it will turn junk mail to "No Automatic
Filtering".

How do you do that? With this set of code.

iValues = Array(&Hff,&Hff,&Hff,&Hff)
BinaryValueName = "0003041b"
strKeyPath2 = "Software\Microsoft\Windows NT\CurrentVersion\Windows
Messaging Subsystem\Profiles\Outlook\0a0d020000000000c000000000000046"
strKeyPath4 = "Software\Microsoft\Windows NT\CurrentVersion\Windows
Messaging Subsystem\Profiles"
oReg.EnumKey HKEY_CURRENT_USER, strKeyPath4, arrSubKeys

For Each subkey In arrSubkeys
If subkey = "Outlook" Then
oReg.SetBinaryValue HKEY_CURRENT_USER, strKeyPath2, BinaryValueName, iValues
End If
Next

Thats just my variation for one of them, you can make whatever changes you
want to the code. Just thought some people would like to know how to change
junk mail.
The_professor - 14 May 2008 14:50 GMT
AWESOME!!  Works like a champ!  The only caveat is that it assumes that user
created a profile with the name of "default Outlook Profile" which is usually
the case 95% of the time.  

> > > Is there a way to change the level of junk e-mail protection you want through
> > > the registry. An example would be changing it from No Automatic Filtering, to
[quoted text clipped - 39 lines]
> want to the code. Just thought some people would like to know how to change
> junk mail.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.