> ...if Outlook is not installed it gives a ClassID error.
>
> Does anybody know how to check if Outlook is installed.

if ClassID_error_occurs do
   OutlookIsInstalled := false
else
   OutlookIsInstalled := true;

What do you think?


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to