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 Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Is there any SDK to parse the outlook extend.dat file?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 15th 07, 11:15 AM posted to microsoft.public.outlook.program_addins
IceKettle
external usenet poster
 
Posts: 21
Default Is there any SDK to parse the outlook extend.dat file?

I want to know what Exchange Client Extension plug-ins had been loaded and
enabled .By GOOGLE,I've known that the plugin 's Enable/Disable status had
been written into extend.dat file.So ,is there any library or source code to
crack this file?

Or any other ideas to help me accomplish this work?

Thanks.




Ads
  #2  
Old January 15th 07, 11:55 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Is there any SDK to parse the outlook extend.dat file?

I am not aware of such libraries, but I never had a reason to parse
extend.dat. Are you trying to re-enable your ECE?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"IceKettle" wrote in message
...
I want to know what Exchange Client Extension plug-ins had been loaded and
enabled .By GOOGLE,I've known that the plugin 's Enable/Disable status had
been written into extend.dat file.So ,is there any library or source code
to crack this file?

Or any other ideas to help me accomplish this work?

Thanks.






  #3  
Old January 16th 07, 02:30 AM posted to microsoft.public.outlook.program_addins
IceKettle
external usenet poster
 
Posts: 21
Default Is there any SDK to parse the outlook extend.dat file?

Yes,Dmitry,.
Maybe I can do this by removing the extend.dat file before OUTLOOK
startup,but you know if I do this all ECE would be enabled,
it is not what I expect. Another task I need to do is that I need to be
notified immediately while the ECE has been disabled .


"Dmitry Streblechenko" . ..
I am not aware of such libraries, but I never had a reason to parse
extend.dat. Are you trying to re-enable your ECE?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"IceKettle" wrote in message
...
I want to know what Exchange Client Extension plug-ins had been loaded and
enabled .By GOOGLE,I've known that the plugin 's Enable/Disable status had
been written into extend.dat file.So ,is there any library or source code
to crack this file?

Or any other ideas to help me accomplish this work?

Thanks.








  #4  
Old January 16th 07, 05:52 AM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Is there any SDK to parse the outlook extend.dat file?

Look in the
HKEY_CURRENT_USER\Software\Microsoft\Office\XXX\Ou tlook\Resiliency\DisabledItems
key (where XXX is 10.0, 11.0 or 12.0)
read the binary data and see your ECE's path (in Unicode) in present in one
of the values. If yes, delete it.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"IceKettle" wrote in message
...
Yes,Dmitry,.
Maybe I can do this by removing the extend.dat file before OUTLOOK
startup,but you know if I do this all ECE would be enabled,
it is not what I expect. Another task I need to do is that I need to be
notified immediately while the ECE has been disabled .


"Dmitry Streblechenko"
. ..
I am not aware of such libraries, but I never had a reason to parse
extend.dat. Are you trying to re-enable your ECE?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"IceKettle" wrote in message
...
I want to know what Exchange Client Extension plug-ins had been loaded
and enabled .By GOOGLE,I've known that the plugin 's Enable/Disable
status had been written into extend.dat file.So ,is there any library or
source code to crack this file?

Or any other ideas to help me accomplish this work?

Thanks.










  #5  
Old January 17th 07, 01:56 AM posted to microsoft.public.outlook.program_addins
IceKettle
external usenet poster
 
Posts: 21
Default Is there any SDK to parse the outlook extend.dat file?

I like you so much,Dmitry.It's just what I want.

"Dmitry Streblechenko" bl...
Look in the
HKEY_CURRENT_USER\Software\Microsoft\Office\XXX\Ou tlook\Resiliency\DisabledItems
key (where XXX is 10.0, 11.0 or 12.0)
read the binary data and see your ECE's path (in Unicode) in present in
one of the values. If yes, delete it.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"IceKettle" wrote in message
...
Yes,Dmitry,.
Maybe I can do this by removing the extend.dat file before OUTLOOK
startup,but you know if I do this all ECE would be enabled,
it is not what I expect. Another task I need to do is that I need to be
notified immediately while the ECE has been disabled .


"Dmitry Streblechenko" . ..
I am not aware of such libraries, but I never had a reason to parse
extend.dat. Are you trying to re-enable your ECE?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"IceKettle" wrote in message
...
I want to know what Exchange Client Extension plug-ins had been loaded
and enabled .By GOOGLE,I've known that the plugin 's Enable/Disable
status had been written into extend.dat file.So ,is there any library or
source code to crack this file?

Or any other ideas to help me accomplish this work?

Thanks.












 




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
Turn of autoarchive, remove extend.dat? Daniel Outlook - General Queries 2 May 17th 06 11:32 AM
How to extend the 2 GB size limit of PST file in 2003? HB Outlook - General Queries 5 April 27th 06 03:50 AM
Getting error msg on launch "can't open extend.dat" MBP Outlook - Installation 2 March 30th 06 11:17 PM
Parse .msg file Vadivel Outlook and VBA 5 March 16th 06 07:17 PM
Parse .msg file Vadivel Outlook - Using Forms 1 March 15th 06 05:26 PM


All times are GMT +1. The time now is 10:10 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.