View Single Post
  #1  
Old October 25th 06, 11:25 PM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
[email protected]
external usenet poster
 
Posts: 12
Default Outlook Express Blocked Senders list

Thanks Jim. This is exactly the answer I was looking for. It looks like that
I can also use a file redirect symbol to send the output to a file that I can
read with Notepad which has been the common method of getting a text file of
a directory. That's great thanks. I could even use this method from VB by
creating and then executing a batch file. What about using the GetAllRegistry
or an API function to read the registry from VB? The examples posted in the
VB6 setup CDs do not function with VB6 SP6.

"Jim Pickering" wrote:

Export your blocked sender list from the registry as "blocked senders.reg"

Close OE and click Start|Run and type
regedit. In Regedit, navigate to this key:
HKEY_CURRENT_USER\Identities\{GUID}\Software\Micro soft\Outlook
Express\5.0\Block Senders

and export the entire key as "blocked senders.reg" and save it to the root
directory of your hard drive. Then open a command window by typing on the
Start/Run line (depending on your OS as below):

command (W95-WinMe) or
cmd (Win2000/XP) and then type in the window:

C:\find "@" "blocked senders.reg" | sort

You will then get a text listing of all of your blocked senders that you can
copy/paste into Notepad.

--
Jim Pickering, MVP, Windows Mail Apps
https://mvp.support.microsoft.com/pr...8-1171988A62D6
Please deliver feedback to the newsgroup, so that others can be helped.






"
om wrote in message
...
Where is the OE blocked senders list stored? I need to sort it and print
it
and share it with my friends. How can I make a copy of it and do the
above?



Ads