Automating Compacting of .pst using VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to compact an Outlook (.pst) file using VBA?

I have several profiles and at least a dozen archived files I would like to
be able compact via a click of a button.

Thanks!

Michael
 
Hi Michael,
Is it possible to compact an Outlook (.pst) file using VBA?

no, it isn´t.

But I´m sure, instead of loading a *pst-file and clicking manually all
necessary buttons you can automate that by using some APIs.

With the APIs "GetWindow", "GetWindowText" and "mouse_event" you can do
your job.
 
Back
Top