in reply to Re^2: Mail::Outlook and Archive.pst
in thread Mail::Outlook and Archive.pst
Hi,
It's been a while and I don't work for that firm now, so these are the steps to take not code.
Start up Outlook and select the folder.
In your code using $ol as the OLE connection to Outlook -
Use '$exp = $ol->ActiveExplorer to find the right instance of Outlook.
$sel = $exp->Selection to get the selected folder details.
These should include the folder's name.
Like I say this is from memory, so may need some ( a lot ) of work, but should point you in a viable direction.
J.C>
|
|---|