outlook 2k7 count and import all files in a specified directory in VBA

Joined
Mar 15, 2011
Messages
19
Reaction score
0
Hi,

i'm in dire need of some help here.

I need to be able to read and count all files of a particular type in a directory (specifically outlook .msg files), then import them into my code as MailItems for manipulation.

How do i go about this please?

Thanks
 
ok, the file counting can be done via the Dir$ function. but it was all a waste of time anyway, messing about with silly .msg files when i could be manipulating mail folders in the .pst file


tsk tsk!! bad molly!!
 
Back
Top