A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Express Email Newsgroup » Outlook Express
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook Express Blocked Senders list



 
 
Thread Tools Search this Thread Display Modes
  #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?



  #2  
Old October 26th 06, 01:19 AM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
Jim Pickering
external usenet poster
 
Posts: 653
Default Outlook Express Blocked Senders list

You could ask in a VB newsgroup. I gave up programming a long time ago when
we moved away from the dot [.] commands while using databases. But I can
still remember how to work from a command line.
--
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
...
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?




  #3  
Old October 26th 06, 07:58 AM posted to microsoft.public.windows.inetexplorer.ie6_outlookexpress
[email protected]
external usenet poster
 
Posts: 12
Default Outlook Express Blocked Senders list

After a few extra lines of script to get the correct {GUID} (don't know if a
wild character can be used instead) using

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

followed by:

notepad "c:\blocked senders list.txt"

automates the whole process meanign that doing it in VB will be a snap.

Using reg instead of regedit provides a few more options.



"Jim Pickering" wrote:

You could ask in a VB newsgroup. I gave up programming a long time ago when
we moved away from the dot [.] commands while using databases. But I can
still remember how to work from a command line.
--
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
...
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?




 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Blocked Senders List??? Martin Outlook - General Queries 3 September 5th 06 01:48 AM
sorting blocked senders list Nebo Outlook Express 8 March 21st 06 02:39 PM
blocked senders list Dave Outlook - Using Forms 0 March 20th 06 04:49 PM
Blocked senders list Pauline Loyson Outlook Express 4 March 18th 06 09:23 PM
bLOCKED senders list JIMPAP Outlook Express 5 February 13th 06 08:39 PM


All times are GMT +1. The time now is 11:27 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.