Automate outlook express message store to Outlook conversion/Use Methods from Office DLL

N

nicolas blank

I'm trying to automate the conversion of messages from outlook express
to outlook. I noticed when running the outlook import/export wizard,
that impmail.dll loads, and that impmail has a number of published
methods - see bottom of post.


How would I automate the moving of messages with no user intervention
from one to the other without getting into the dll, and figuring out
how the methods work?


Any ideas? Am I barking up the wrong tree entirely?


Any help will be appreciated.


Nic


==============================­====================
Function Name : ImportAccounts
Address : 0x356b7ae4
Relative Address : 0x00007ae4
Ordinal : 4 (0x4)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================


==============================­====================
Function Name : ImportMailAndAddresses
Address : 0x356b9bc9
Relative Address : 0x00009bc9
Ordinal : 1 (0x1)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================


==============================­====================
Function Name : ImportRules
Address : 0x356bd004
Relative Address : 0x0000d004
Ordinal : 2 (0x2)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================


==============================­====================
Function Name : MigrateAccount
Address : 0x356b7aca
Relative Address : 0x00007aca
Ordinal : 5 (0x5)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================


==============================­====================
Function Name : MigrateOMIAccounts
Address : 0x356b87a5
Relative Address : 0x000087a5
Ordinal : 6 (0x6)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================


==============================­====================
Function Name : MigrateOMIAccountsEx
Address : 0x356b7e6d
Relative Address : 0x00007e6d
Ordinal : 7 (0x7)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================


==============================­====================
Function Name : SilentImport
Address : 0x356b9a80
Relative Address : 0x00009a80
Ordinal : 3 (0x3)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================
 
D

DL

Firstly you dont want to import as this amends the modified date - which may
be important
You should export OE -> OL (msgs)



I'm trying to automate the conversion of messages from outlook express
to outlook. I noticed when running the outlook import/export wizard,
that impmail.dll loads, and that impmail has a number of published
methods - see bottom of post.


How would I automate the moving of messages with no user intervention
from one to the other without getting into the dll, and figuring out
how the methods work?


Any ideas? Am I barking up the wrong tree entirely?


Any help will be appreciated.


Nic


==============================­====================
Function Name : ImportAccounts
Address : 0x356b7ae4
Relative Address : 0x00007ae4
Ordinal : 4 (0x4)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================


==============================­====================
Function Name : ImportMailAndAddresses
Address : 0x356b9bc9
Relative Address : 0x00009bc9
Ordinal : 1 (0x1)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================


==============================­====================
Function Name : ImportRules
Address : 0x356bd004
Relative Address : 0x0000d004
Ordinal : 2 (0x2)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================


==============================­====================
Function Name : MigrateAccount
Address : 0x356b7aca
Relative Address : 0x00007aca
Ordinal : 5 (0x5)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================


==============================­====================
Function Name : MigrateOMIAccounts
Address : 0x356b87a5
Relative Address : 0x000087a5
Ordinal : 6 (0x6)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================


==============================­====================
Function Name : MigrateOMIAccountsEx
Address : 0x356b7e6d
Relative Address : 0x00007e6d
Ordinal : 7 (0x7)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================


==============================­====================
Function Name : SilentImport
Address : 0x356b9a80
Relative Address : 0x00009a80
Ordinal : 3 (0x3)
Filename : IMPMAIL.DLL
Full Path : C:\Program Files\Microsoft
Office\OFFICE11\IMPMAIL.DLL
==============================­====================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top