msoutlook.org Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

import dbx files into Outlook Express inbox using VB

 
Post new topic   Reply to topic    msoutlook.org Forum Index -> IE5.5 Outlook Express
Author Message
mikev



Joined: 12 Aug 2007
Posts: 2

PostPosted: Wed Dec 06, 2006 2:26 pm    Post subject: import dbx files into Outlook Express inbox using VB Reply with quote

I have several hundred dbx files save to disk from outlook express.
How can I import them into the inbox using VB?

Thanks

Archived from group: microsoft>public>windows>inetexplorer>ie55>outlookexpress
Back to top
View user's profile Send private message
PA Bear



Joined: 12 Aug 2007
Posts: 123

PostPosted: Wed Dec 06, 2006 6:50 pm    Post subject: Re: import dbx files into Outlook Express inbox using VB Reply with quote

1. I don't know if it's possible.

2. I do know that you cannot import multiple DBX files into the inbox
folder.

References:

Backup & Restore OE Data
http://www.insideoe.com/backup/index.htm
http://www.oehelp.com/backup.aspx

OE Files & Settings
http://www.insideoe.com/files/index.htm

OE Registry Keys
http://www.insideoe.com/files/regkeys.htm

Importing OE Data (all DBX files, including Folders.dbx)
http://www.insideoe.com/faqs/how.htm#importOE5

Importing a single DBX file
http://www.insideoe.com/faqs/how.htm#importdbx
http://www.oehelp.com/backup.aspx (last paragraph)

Using WinXP's FAST Wizard, by MVP Gary Woodruff
(Please read the caveats about Outlook Express)
http://aumha.org/win5/a/fast.htm
--
~Robear Dyer (PA Bear)
MS MVP-Windows (IE, OE, Security, Shell/User)

mikev@vanhoff.com wrote:
> I have several hundred dbx files save to disk from outlook express.
> How can I import them into the inbox using VB?
>
> Thanks
Back to top
View user's profile Send private message
mikev



Joined: 12 Aug 2007
Posts: 2

PostPosted: Wed Dec 06, 2006 4:16 pm    Post subject: Re: import dbx files into Outlook Express inbox using VB Reply with quote

Thanks It was worth a try. I have seen all of the links you provided,
but they are mostly a manual process. I need to be able to automate
this.
Back to top
View user's profile Send private message
Jim Pickering



Joined: 12 Aug 2007
Posts: 23

PostPosted: Wed Dec 06, 2006 7:11 pm    Post subject: Re: import dbx files into Outlook Express inbox using VB Reply with quote

Outlook Express, unlike Outlook is not easily programmable. There is very
little published about using an API for Outlook Express by MSDN with this
exception:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/outlookexpress/oe/oe_entry.asp
--
Jim Pickering, MVP/Windows Mail applications
Please reply ONLY to newsgroup.


wrote in message @n67g2000cwd.googlegroups.com...
> Thanks It was worth a try. I have seen all of the links you provided,
> but they are mostly a manual process. I need to be able to automate
> this.
>
Back to top
View user's profile Send private message
Ant



Joined: 12 Aug 2007
Posts: 2

PostPosted: Thu Dec 07, 2006 5:19 am    Post subject: Re: import dbx files into Outlook Express inbox using VB Reply with quote

"Jim Pickering" wrote:

> Outlook Express, unlike Outlook is not easily programmable. There is very
> little published about using an API for Outlook Express by MSDN with this
> exception:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/outlookexpress/oe/oe_entry.asp

That would be nothing at all then. The link is given as the first hit
when a search for "API for Outlook Express" is done from the msdn home
page. However, when followed it leads to a 404. Very clever, MS.

I do wonder how the author of OE-Quoutefix managed to discover the API.
Back to top
View user's profile Send private message
Jim Pickering



Joined: 12 Aug 2007
Posts: 23

PostPosted: Wed Dec 06, 2006 11:50 pm    Post subject: Re: import dbx files into Outlook Express inbox using VB Reply with quote

"Ant" wrote in message @TK2MSFTNGP04.phx.gbl...
>
> I do wonder how the author of OE-Quoutefix managed to discover the API.
>


The same way other programmers for Outlook Express do it. Trial and error.
--
Jim Pickering, MVP/Windows Mail applications
Please reply ONLY to newsgroup.
Back to top
View user's profile Send private message
Steve Cochran



Joined: 12 Aug 2007
Posts: 331

PostPosted: Tue Dec 12, 2006 11:20 am    Post subject: Re: import dbx files into Outlook Express inbox using VB Reply with quote

I don't think OE Quotefix uses OE APIs.

steve

"Jim Pickering" wrote in message @microsoft.com...
> "Ant" wrote in message
> @TK2MSFTNGP04.phx.gbl...
>>
>> I do wonder how the author of OE-Quoutefix managed to discover the API.
>>
>
>
> The same way other programmers for Outlook Express do it. Trial and
> error.
> --
> Jim Pickering, MVP/Windows Mail applications
> Please reply ONLY to newsgroup.
>
>
Back to top
View user's profile Send private message
Steve Cochran



Joined: 12 Aug 2007
Posts: 331

PostPosted: Tue Dec 12, 2006 11:19 am    Post subject: Re: import dbx files into Outlook Express inbox using VB Reply with quote

This will import individual dbx files, but not automatically.
www.oehelp.com/OEX/

You can manually import dbx files that are not corrupt using the method in
the last paragraph on OE on this page: www.oehelp.com/backup.aspx

steve

wrote in message @73g2000cwn.googlegroups.com...
>I have several hundred dbx files save to disk from outlook express.
> How can I import them into the inbox using VB?
>
> Thanks
>
Back to top
View user's profile Send private message
Steve Cochran



Joined: 12 Aug 2007
Posts: 331

PostPosted: Tue Dec 12, 2006 11:22 am    Post subject: Re: import dbx files into Outlook Express inbox using VB Reply with quote

They changed the link and the name.

Here is the new link:

http://msdn2.microsoft.com/en-us/library/ms709546.aspx

The APIs there described work for OE, but you won't be able to import from
dbx files using any of them. I had to write my own routine that decoded
them to get it to work in OEX.

steve

"Ant" wrote in message @TK2MSFTNGP04.phx.gbl...
> "Jim Pickering" wrote:
>
>> Outlook Express, unlike Outlook is not easily programmable. There is
>> very
>> little published about using an API for Outlook Express by MSDN with this
>> exception:
>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/outlookexpress/oe/oe_entry.asp
>
> That would be nothing at all then. The link is given as the first hit
> when a search for "API for Outlook Express" is done from the msdn home
> page. However, when followed it leads to a 404. Very clever, MS.
>
> I do wonder how the author of OE-Quoutefix managed to discover the API.
>
>
Back to top
View user's profile Send private message
Ant



Joined: 12 Aug 2007
Posts: 2

PostPosted: Fri Dec 15, 2006 6:20 am    Post subject: Re: import dbx files into Outlook Express inbox using VB Reply with quote

"Steve Cochran" wrote:

> They changed the link and the name.
> Here is the new link:
> http://msdn2.microsoft.com/en-us/library/ms709546.aspx

Thanks.

> The APIs there described work for OE,

Seems like there's more MS madness going on here. That section of msdn
is about Vista, yet pretty much all of the routines are deprecated or
obsolete. Why include them in new messaging API documentation when
they really ought to be in the historic section of msdn?

I had a look at some of the functions, and many state they were
introduced with OE6 and XP -- but they are already deprecated! What's
up with that? Presumably they won't work for for OE5 on Win2k.

I have Visual Studio 2003 (with C++) on XP on another machine, so I
searched for the include file msoeapi.h used in the examples. It's
not there!

> but you won't be able to import from
> dbx files using any of them. I had to write my own routine that decoded
> them to get it to work in OEX.

Yup.

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
OUTLOOK EXPRESS 6.0 WHEN I OPEN MY PAPER CLIPS TO SEE ATTACHEMENTS IT OPENS UP IN "WINDOWS PICTURES AND FAX VIEWER..HOW DO I CORRECT THIS, JUST TO OPEN UP WHEN I CLICK ON THE PAPER CLIP

outlook express no HELP, PLEASE! I have outlook express in my programs and messages in my outbox that I have written that aren't sent. But when i click send I get an error message that says "Conn to server has failed- Netscape.com Server netscape.com Protocol SMTP

Outlook Express won't start When I go to start Outlook Express, the computer "works" for a second but then nothing happens. Nothing at all. I've tried restarting the computer several times, but to no avail. Please help! Thanks. :-)

outlook express problem When I subscribed to the following happened. I would select a group. It would show connected and number of messages and number unread, etc. However, no messages test or jpg or mpg would show up at all. Outlook showed that I setup cor

Outlook Express Problem When I open an email in Outlook Express and click on a link within it, my browser opens, but shows nothing, and there is no address in the address box. A solution please. ..
Post new topic   Reply to topic    msoutlook.org Forum Index -> IE5.5 Outlook Express All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group